-
is a good place to search on ziggy problems.
## Explore types with `@TypeOf`
[building...]
### Vademecum
```zig
const std = @import("std");
const print = std.debug.print;
// my Strin…
-
Not sure when this started, but I see a huge performance drop on the ALValidation
We run the validation against bc24.5 (latest container).
Validating an app which in vscode takes couple of seconds ta…
-
![zig](https://user-images.githubusercontent.com/67513038/178751011-806395c2-c3dc-4094-80da-5a9dc82f0782.png)
-
Does anyone else see this build issue on Ubuntu?
```
$ zig build
...
...
+- install DOOM-fire
+- zig build-exe DOOM-fire Debug native 1 errors
/home/hulk/opt/zig-linux-x86_64-0.13.0/lib/st…
-
## Challenge: Create a Mandelbrot set image with Zig
### Introduction
#### WFT is a Mandelbrot set? 🤯
#### Nice, but how? 😳
Of course, some explanations on how to translate this…
-
### Issue description
It's impossible to choose any backend other than GLFW if building with zig.
`PLATFORM_DESKTOP` is set together with the platform backend you chose (`PLATFORM_DESKTOP_SDL` i…
-
Hey, I was trying to build this using the provided makefile and ran into the following build error:
```
$ make
cd editor && zig build
/snap/zig/11625/lib/std/heap.zig:38:13: error: C allocator is …
-
```
env:
ZIG_VERSION: 0.14.0-dev.1550+4fba7336a
```
is present twice in our CI, one for each file.
Because we are using the master branch of the Zig language, this hash gets obsolete quite …
-
See this Zig pull request: https://github.com/ziglang/zig/pull/18498 (specifically, [this hunk](https://github.com/ziglang/zig/pull/18498/files#diff-88edb24013ad7e5428ff29aac0ebba01f919136cfcfe17d806b…
-
Similar to https://github.com/FalsePattern/ZigBrains/issues/41, when there are build dependencies, the 'Green Arrows' in the margins to run code/tests will fail, as they rely on the run configuration.…