|
Tiny bit of confusion around Zig's standardized naming conventions
|
|
15
|
777
|
December 10, 2025
|
|
Applications and libraries that use the 0.16.0 preview of std.Io
|
|
8
|
912
|
December 9, 2025
|
|
How to enforce Function Call Ordering
|
|
16
|
592
|
December 7, 2025
|
|
openFile() and file.close() with different? Io objects
|
|
20
|
393
|
December 5, 2025
|
|
What does it mean to hit 1.0
|
|
4
|
631
|
December 1, 2025
|
|
What happened to the proposed source/sink semantics in IO?
|
|
30
|
1361
|
December 1, 2025
|
|
Dynamic linking without libc adventures
|
|
71
|
4190
|
December 1, 2025
|
|
Cloudflare and `.?`
|
|
79
|
1903
|
November 30, 2025
|
|
How to protect a function against misuse at compile time
|
|
3
|
208
|
November 29, 2025
|
|
Why `var` slice that is not mutated does not trigger compile error?
|
|
10
|
168
|
November 27, 2025
|
|
To use a std.Io.Reader or to use a []const u8
|
|
5
|
343
|
November 27, 2025
|
|
Is there a roadmap / plan for "the right way" to generate files during a build?
|
|
13
|
708
|
November 23, 2025
|
|
Looks like std.fs.File.Writer broken on MacOs
|
|
1
|
221
|
November 22, 2025
|
|
Testing with OS provided arguments
|
|
4
|
173
|
November 20, 2025
|
|
Binary size is more than double after migrating to new Io
|
|
6
|
600
|
November 18, 2025
|
|
What would second implementation of Zig need to compile/bootstrap Zig?
|
|
6
|
907
|
November 18, 2025
|
|
Memory guards between Zig and Global Assembly
|
|
4
|
360
|
November 17, 2025
|
|
What allows comptime to not increase compile times significantly in many cases?
|
|
5
|
369
|
November 17, 2025
|
|
Bare Metal Zig
|
|
1
|
319
|
November 14, 2025
|
|
ArrayList and allocator: updating code to 0.15
|
|
7
|
1359
|
November 14, 2025
|
|
PageAllocator early return check
|
|
6
|
211
|
November 11, 2025
|
|
In C world, using negative value as unsigned integer is normal?
|
|
11
|
584
|
November 10, 2025
|
|
Verifying types have well defined memory layout
|
|
1
|
131
|
November 9, 2025
|
|
How come std.fs.File.stdout().writer() works?
|
|
2
|
215
|
November 9, 2025
|
|
Memory Question
|
|
4
|
158
|
November 6, 2025
|
|
Is it possible to force tty-off output in the test runner?
|
|
4
|
115
|
November 4, 2025
|
|
Discarding hides type errors
|
|
11
|
220
|
November 4, 2025
|
|
Thoughts on AI Coding
|
|
8
|
564
|
November 3, 2025
|
|
Importing based on comptime value
|
|
29
|
679
|
November 3, 2025
|
|
std.fmt.bufPrint() vs std.Io.Writer.print() for formatting data
|
|
3
|
213
|
November 1, 2025
|