-
Hi,
Nomad and consul are good lightweight cluster management tools, both have not supported riscv64 yet. I tried to deploy and run them on my sifive visonfive (riscv64) board with the help of box64…
-
Getting this error when trying to load this library on Android (Termux). This doesn't appear to be a problem on any other targets. Builds for macos, windows & linux all work as expected.
Is there …
-
Can we change the linking type to .dynamic?
`.library(name: "NordicDFU", type: .dynamic, targets: ["NordicDFU"])`
I have a XCFramework, that depends on NordicDFU but it cannot link to NordicDFU at…
-
I see the 3.7.0 update has feature of "Support for building the core as a static library". I checked out the source and turned off `BUILD_SHARED_LIBS`. I can see a bigger `AviSynth.lib` generated, but…
-
Dear ANTs wizards,
I've recently tried to make incorporate ANTs with [RAVE](https://rave.wiki), realizing there is no compiled versions of ANTsR available online I found a very old thread in ITKR d…
-
```dart
typedef A = T;
extension type EIAliasInt(int _) implements A {}
```
Both CFE and analyzer rejects this extension type, saying that you can't implement an alias that expands to a type varia…
-
## How to reproduce it?
The weave-daemonset-k8s.yaml that was released in October 2022 (see #3960) uses image `:latest:`.
```
$ curl -fssL https://github.com/weaveworks/weave/releases/download/…
-
Hello Joshua :frog:
Quite an interesting project. However, I think [every single point that led to the creation of SDL2's dynapi](https://github.com/libsdl-org/SDL/blob/main/docs/README-dynapi.md)…
-
```
What steps will reproduce the problem?
1. Build webp as a DLL on Windows.
nmake /f Makefile.vc CFG=release-dynamic
2. Load the DLL in C#.
3. Encode some data with WebPEncode*().
What is the expe…
-
Currently, Core Lightning only provides Ubuntu and Fedora binaries, which is a bit odd since it's unlikely that it has any hard deps on those distros. I tried running Ubuntu 22.04 binaries on Arch and…