About the Explain category
|
|
0
|
340
|
January 5, 2024
|
Zig package manager and not/feat
|
|
3
|
148
|
October 8, 2025
|
How hard is it to rebuild `zig fmt` so it indents with the tab character instead of 4 spaces for a Zig newcomer?
|
|
3
|
89
|
October 8, 2025
|
No 1.0 rush
|
|
24
|
918
|
October 7, 2025
|
Why is Windows' `pid_t` type specified as an opaque pointer?
|
|
4
|
170
|
October 7, 2025
|
Why doesn't Zig have an unary + operator?
|
|
34
|
647
|
October 6, 2025
|
Can't find SDL3 headers, Issue building my C project with Zig's build system
|
|
9
|
222
|
October 4, 2025
|
No Conventional Commits?
|
|
32
|
648
|
October 2, 2025
|
Handling error types when using while loop with iterators
|
|
3
|
143
|
September 29, 2025
|
Zig WASM runtime in standard library?
|
|
3
|
279
|
September 27, 2025
|
ArrayList and allocator: updating code to 0.15
|
|
5
|
405
|
September 25, 2025
|
More discussion of std.debug.assert
|
|
29
|
539
|
September 24, 2025
|
Future of @embedFile argument?
|
|
4
|
362
|
September 24, 2025
|
Using Zig for C++ metaprogramming
|
|
3
|
231
|
September 22, 2025
|
Why are c_int and similar builtin types?
|
|
6
|
286
|
September 22, 2025
|
Why doesn't Zig optimize this, whereas the C compiler does?
|
|
21
|
1623
|
September 20, 2025
|
Writergate migration experience
|
|
21
|
507
|
September 20, 2025
|
Performing @intCast on @Vector sometimes gives wrong results
|
|
3
|
171
|
September 19, 2025
|
U32 += u32 - 1 is not same as C language
|
|
31
|
335
|
September 18, 2025
|
Best way to avoid @import("../../../thing.zig")
|
|
8
|
348
|
September 18, 2025
|
Zig 0.15.1 reader/writer: Don't make copies of @fieldParentPtr()-based interfaces
|
|
26
|
1370
|
September 16, 2025
|
PR 24858 changed sendFileAll, and now it always requires a buffer, can somebody please help me understand why is this ok?
|
|
4
|
212
|
September 14, 2025
|
How does Zig compile generics so quickly?
|
|
6
|
406
|
September 13, 2025
|
@sizeOf anonymous type returns zero?
|
|
7
|
185
|
September 13, 2025
|
Best practices writing to stdout
|
|
14
|
6318
|
September 11, 2025
|
Callbacks in new async std.io interface
|
|
1
|
246
|
September 11, 2025
|
Understanding common std.Io.Reader/Writer mistakes (0.15.1)
|
|
18
|
728
|
September 10, 2025
|
Interface for readFileAlloc changed, can somebody please help me understand why?
|
|
2
|
219
|
September 8, 2025
|
Overview catch example, missing defer?
|
|
3
|
134
|
September 7, 2025
|
When a structure calls a method that requires `self` to be a pointer, the parameter is automatically and implicitly converted to a pointer. Are there any irreplaceable uses for this?
|
|
6
|
211
|
September 7, 2025
|