-
It would be great if [Zig](https://github.com/ziglang/zig) highlighting is supported by default.
-
When running zig.get on MacOS
```
mix zig.get --version 0.13.0 --os macos
```
I encounter this error:
```
** (FunctionClauseError) no function clause matching in String.trim/1
T…
-
In zig-gamedev/zig-gamedev#261, in regards to the zflecs style @michal-z said
> Also, it will be easier for the users to follow flecs C code and port it to zig.
I believe we can achieve both in mo…
-
Zig's code supports compile-time calculations. Complex types are difficult to get results through syntax analysis. Only the Zig compiler can understand its code most accurately. Does ZLS plan to use t…
-
### How can we reproduce the crash?
Our server just crashed twice with the attached cryptic error. I'm not sure if this is of any value, but the Bun output told me to file an issue 😉
### Relevant l…
-
### How can we reproduce the crash?
Create an RTMP server for live streaming in js and run it for no longer than 5 minutes. If I had to guess I would say this isn't a Bun issue but I was told otherwi…
-
Demonstrate how to execute system (or terminal) commands in Zig
Link to Zig module: https://github.com/ziglang/zig/blob/master/lib/std/process/Child.zig
```zig
const argv: []const []const u…
-
Godot 4.3
Zig 0.13.0
```
C:\Dev\Godot\godot-zig-examples>zig build bind
C:\Dev\Godot\godot-zig-examples\build.zig:10:33: error: no field named 'path' in union 'Build.LazyPath'
.root_sou…
-
- https://github.com/ziglang/zig/issues/20256
- https://github.com/ziglang/zig/issues/5312
- https://github.com/ziglang/zig/issues/19341
- https://github.com/ziglang/zig/issues/16149
- Mis-compila…
-
Hello,
I was trying to use [raylib](https://github.com/raysan5/raylib/) in my zig project. However, it is not compiling. I tried to find the issue, so I tried to locate which packages are missing, …