Ryan S. Northrup (RyNo)
Ryan S. Northrup (RyNo)
This would jive well with #2771, since .NET Core has built-in support for generating self-contained Linux (and macOS and Windows) deployments with a bundled .NET runtime, at which point it's...
So I've started to go down that second path with a smattering of the first path (tracked in a `stepper` branch in my fork: https://github.com/YellowApple/wasmi/tree/stepper). So far I've implemented `Interpreter::step_function()`...
Yeah, if y'all want to close this for now, go for it. I can always reopen if/when I resume work on implementing this, but I ended up switching languages for...
+1 on this, especially in light of issue #8.
Happens every time for me, yeah. First tried it last week, and tried it again today. Other packages work fine (tested `pkgx julia` and `pkgx zig zen`, both of which...
> I don't think this is likely something fixed, but please check your `pkgx` is the latest version. `pkgx --version` reports `pkgx 1.1.6` (latest AFAICT). > After that try getting...
Seems to build cleanly, but `ollama serve` and `ollama create mario -f ./Modelfile` throw segfaults in CI (only for `*nix64`; `*nix-ARM64` seems to be okay).
Yeah, I think `pkill` is matching on the test runner; using `pkill -x` instead should behave more like `killall`. Hopefully that's the last piece to get the tests passing (we'll...
- OS: openSUSE MicroOS + Steam Flatpak - BepInEx: 5.4.23.1 - Game: Planet Explorers I was able to make it a little bit further, but not by much: - Needed...
Can also confirm that passing in a `GraphicsDeviceOptions` with `PreferStandardClipSpaceYDirection = true` fixes the tutorial for me on Slackware and .NET Core 3.0. Didn't need to explicitly specify Vulkan, either;...