|
Need help understand readfileAlloc()
|
|
11
|
202
|
July 29, 2026
|
|
Prevent DebugAllocator from using Io
|
|
5
|
344
|
July 28, 2026
|
|
stdin_reader.takeDelimiterExclusive returns immediately in a loop instead of blocking for input (Zig 0.16, new Io interface)
|
|
5
|
205
|
July 26, 2026
|
|
Future Polling
|
|
6
|
413
|
July 24, 2026
|
|
std.http.Client.fetch uses .? that causes panic. Is this a bug or intentional for any reasons?
|
|
10
|
324
|
July 24, 2026
|
|
Poll from stdin, but windows is windows
|
|
2
|
191
|
July 23, 2026
|
|
Ancillary data w/ Io
|
|
4
|
408
|
July 23, 2026
|
|
'initInterface' is not a member function
|
|
2
|
142
|
July 22, 2026
|
|
How to do basic file IO
|
|
6
|
592
|
July 22, 2026
|
|
Anyone know how std.zip works?
|
|
10
|
1182
|
July 21, 2026
|
|
Segmentation fault after flushing to stdout
|
|
2
|
153
|
July 20, 2026
|
|
Parsing ZON with optional fields
|
|
20
|
656
|
July 20, 2026
|
|
Poll always returns INVAL when executable called by gdb, strace, kcov
|
|
1
|
121
|
July 19, 2026
|
|
An edge case for Io.Dir.realpath*() functions
|
|
2
|
167
|
July 18, 2026
|
|
How to retrieve function names via `@typeInfo` in zig 0.17.0?
|
|
3
|
194
|
July 17, 2026
|
|
Weird `std.Build.Step.Run.expectStdErr{Exact,Match}` error
|
|
2
|
67
|
July 17, 2026
|
|
How to free aligned memory allocation from `std.Io.Dir.readFileAllocOptions`?
|
|
1
|
99
|
July 16, 2026
|
|
`Dir` equivalent of `std.Io.File.Atomic`?
|
|
1
|
102
|
July 16, 2026
|
|
std.Io.{Reader,Writer} and positional reads/writes
|
|
5
|
129
|
July 16, 2026
|
|
Stdio-zig Buffered stdin/stdout reading and writing for Zig without the boilerplate
|
|
1
|
277
|
July 16, 2026
|
|
Testing a command line argument parser
|
|
5
|
222
|
July 15, 2026
|
|
Import (std) is once as cache or into each translation unit?
|
|
3
|
172
|
July 14, 2026
|
|
Runtime Array creation
|
|
4
|
353
|
July 14, 2026
|
|
Using build.zig as a library
|
|
3
|
307
|
July 13, 2026
|
|
How to check if a struct is from an instance of a generic struct
|
|
14
|
296
|
July 12, 2026
|
|
Static Maps
|
|
8
|
341
|
July 12, 2026
|
|
Reader return EndOfStream before remaining bytes
|
|
22
|
558
|
July 12, 2026
|
|
`deinit` `.empty` MultiArrayList
|
|
9
|
190
|
July 11, 2026
|
|
File I/O basics (0.16)
|
|
24
|
5667
|
July 11, 2026
|
|
Track transferred bytes/progress of longer PUT request with std.http
|
|
22
|
433
|
July 10, 2026
|