|
Zig breaks my DNS with most commands?
|
|
7
|
258
|
January 24, 2026
|
|
Zig way of handling xattrs and ACLs
|
|
2
|
208
|
January 24, 2026
|
|
How to implement conditional compilation in Zig's switch syntax?
|
|
2
|
182
|
January 23, 2026
|
|
Can this compiler optimize two switch statements into one? Is that even possible?
|
|
4
|
246
|
January 23, 2026
|
|
How to debug exercism test?
|
|
1
|
106
|
January 23, 2026
|
|
Anon structs, @typeInfo, @TypeOf, @field ... the "right way"?
|
|
11
|
246
|
January 23, 2026
|
|
Packed arrays or arrays in packed structs
|
|
19
|
372
|
January 22, 2026
|
|
Tagged union
|
|
6
|
229
|
January 21, 2026
|
|
Use parameter or @fieldParentPtr?
|
|
4
|
246
|
January 21, 2026
|
|
Conditional compilation with build time enums?
|
|
12
|
286
|
January 19, 2026
|
|
Using Indices over Ptrs for Handles
|
|
10
|
187
|
January 19, 2026
|
|
Enforce same length arrays
|
|
7
|
338
|
January 19, 2026
|
|
Lzip a git repository for zig learning resources
|
|
0
|
145
|
January 18, 2026
|
|
Where Do I Find Them Conventions
|
|
5
|
329
|
January 18, 2026
|
|
Trying to get back into zig with 0.16.x
|
|
2
|
583
|
January 17, 2026
|
|
Noalias for dummies
|
|
10
|
441
|
January 17, 2026
|
|
Weird bit-twiddling coercion behavior
|
|
6
|
110
|
January 16, 2026
|
|
Zig: Why does removing the type field from a vtable-based struct changes the behaviour
|
|
26
|
672
|
January 16, 2026
|
|
How to do direct syscalls with more than 4 params on Windows
|
|
12
|
405
|
January 16, 2026
|
|
Simple timestamp lib to record timestamp in logs with millisecond precision
|
|
17
|
375
|
January 16, 2026
|
|
Always “unfair double lock” when mutex is in struct instance (BUG?)
|
|
9
|
266
|
January 16, 2026
|
|
Inconsistency when undefined is assigned to optional
|
|
12
|
438
|
January 15, 2026
|
|
V0.16 - How to read environment variables from a test
|
|
3
|
470
|
January 15, 2026
|
|
Is there sample code for having a HashMap, which maps to struct instances on the Heap?
|
|
2
|
126
|
January 14, 2026
|
|
Jupyter kernel for Zig
|
|
3
|
1434
|
January 14, 2026
|
|
Resizable structs in Zig
|
|
24
|
1667
|
January 14, 2026
|
|
Typing `: [1024]u8 = undefined` Less?
|
|
23
|
710
|
January 14, 2026
|
|
How best to navigate breaking changes:: Do these happen often?
|
|
6
|
354
|
January 13, 2026
|
|
Where can I find out what implementations are selected for juicy main?
|
|
1
|
190
|
January 13, 2026
|
|
Is it possible to implement Stack Stitching with Hot Split and *just work* with Zig?
|
|
5
|
229
|
January 13, 2026
|