buzmeg
buzmeg
This seemed to have something to do with build tools on Windows. I had to do a bunch of upgrading to make Rust builds on a lot of things consistent....
Well, I certainly tried to disable it: ``` [dependencies] snafu = { version = "0.7.0-beta.2", features = ["rust_1_46"], default-features = false } ```
Confirmed in forums. VSCode is only meant for Linux: https://forums.developer.nvidia.com/t/cuda-samples-for-vscode-is-linux-specific/225655 Leaving this issue open so people understand that NVIDIA isn't paying attention to this repo on github.
As someone who got used to Erlang's use of punctuation, I can live with most choices. I think I probably slightly prefer explicit semicolons after everything. Just don't make them...
As a side note: Vultr requires special permission to open port 25.
I just bumped into this on Ubuntu 22.04.3 with zigraylib (https://github.com/SimonLSchlee/zigraylib) on current zig: ``` zigraylib$ zig version 0.12.0-dev.1643+91329ce94 zigraylib$ zig build run raylib.zig build-lib raylib Debug native: error: error:...
> I think local path support is very important for users to try package manager. If there are issues with recursion and directory trees, it would be good to at...
> I will have a look soon. Can we get this pulled into the main branch? Given all the changes in the build system, it really needs to get pulled...
> Sorry, not until I look at it. The timing is a bit unfortunate since I was focusing on the build-parallel branch and now I am having a much needed...
At this point, we need to get *something* into people's hands so everybody can start iterating on it. It's not going to be perfectly correct, that's fine. But this is...