-
There is a zig ssz lib [here](https://github.com/gballet/ssz.zig) developed by the member of Verkle/ZEAM team, but we found some issues when used it in consensus spec types. We can enhance this lib an…
-
The issue I have reported on LazyVim: https://github.com/LazyVim/LazyVim/issues/4746
Trying to figure out where is the upstream issue, I see the error messages stop showing up when I disable `frien…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. `nix repl`
2. `:lf github:nixos/nixpkgs/7ffd9ae656aec493492b44d0ddfb28e79a1ea25d`
3. `:b outputs.legacyPackages.aarch64-darwin.zig`
…
-
@nathan-george has suggested we add Zig support to Harper. I think this is a great idea.
-
As the title says, when I try to build it, ./deps.zig dependency is missing
-
Note we use ReleaseFast to disable the stack probe which causes issues on Intel Macs.
We see the following error in CI
```
Undefined symbols for architecture x86_64:
"___zig_probe_stack", …
-
I have tried to use the example [here](https://github.com/zon-dev/zinc/blob/main/README.md) and another one from the [zinc-examples](https://github.com/zon-dev/zinc-examples) repo, and i keep getting …
-
### Zig Version
0.14.0-dev.2253+3a6a8b8aa
### ZLS Version
0.13.0
### Client / Code Editor / Extensions
vscode with Zig Language plugin
### Steps to Reproduce and Observed Behavior
Provide zig p…
-
I don't see a reason for this directory not to be hidden. I also consider just "zig" to be too generic of a name.
-
Hello together,
I am pretty new to the zig build system and struggeling to setup ESP32-C3 support on my own repository using microzig as a dependency. Currently I have the following in my build.zig…