|
Why do Zig, Rust and Julia give different random numbers when I give them the same seed and algorithm?
|
|
2
|
29
|
August 30, 2026
|
|
Glob.zig - Fast and reliable glob pattern matching in pure zig
|
|
3
|
466
|
August 30, 2026
|
|
How to use `std.testing.environ.createMap`? fails with massive stacktrace
|
|
4
|
156
|
August 28, 2026
|
|
Concurrently reading and writing from `std.crypto.tls.Client`
|
|
6
|
302
|
August 27, 2026
|
|
Cancel all IO operations with Ctrl+C
|
|
5
|
492
|
August 25, 2026
|
|
Io.Reader: How to read an unknown-size line in a file?
|
|
6
|
295
|
August 24, 2026
|
|
Format String Reference?
|
|
9
|
404
|
August 21, 2026
|
|
Union MultiArrayList even worse in safety builds
|
|
9
|
314
|
August 21, 2026
|
|
What do you think about Io.print/Io.println for stdout and Io.readLine/Io.readAlloc for stdin
|
|
10
|
428
|
August 21, 2026
|
|
Creating a `std.process.Args.Iterator` in testing
|
|
6
|
542
|
August 21, 2026
|
|
Proposal: Better lossy casting for int-to-float
|
|
24
|
1003
|
August 20, 2026
|
|
Grpc framework
|
|
2
|
346
|
August 19, 2026
|
|
Io.async / io.concurrent lacks per-call context argument, making priority scheduling difficult to express with `std.Io`
|
|
2
|
312
|
August 19, 2026
|
|
How to properly use parseFromSlice()?
|
|
8
|
316
|
August 17, 2026
|
|
Zig unix socket read and write
|
|
5
|
212
|
August 17, 2026
|
|
Why does the SIMD path use < instead of <= in std.mem.findScalarPos?
|
|
4
|
372
|
August 17, 2026
|
|
Rework memory reservation in std containers: Https://codeberg.org/ziglang/zig/issues/36520
|
|
5
|
439
|
August 17, 2026
|
|
Overriding non-functional pthread functions in WASM libc
|
|
0
|
115
|
August 17, 2026
|
|
std.Io.Dir.readFileAlloc() returns 0 bytes when reading /proc files?
|
|
5
|
235
|
August 15, 2026
|
|
"Correct" way to chain writers together?
|
|
2
|
259
|
August 13, 2026
|
|
Call and spawn new process with stdin
|
|
6
|
290
|
August 11, 2026
|
|
Finding if port is closed when connecting to UDP server
|
|
5
|
279
|
August 11, 2026
|
|
How to set the names of threads under Io Groups?
|
|
1
|
228
|
August 11, 2026
|
|
How to implement the Reader interface?
|
|
9
|
321
|
August 10, 2026
|
|
Open simple socket
|
|
2
|
198
|
August 10, 2026
|
|
Is there a better to way read compiler errors for std.debug.print?
|
|
3
|
249
|
August 9, 2026
|
|
Documentation for std.math.ldexp
|
|
2
|
181
|
August 8, 2026
|
|
Why are the Reader and Writer vtables intrusive as well?
|
|
32
|
1414
|
August 7, 2026
|
|
`jsonStrinfify` of nested tagged union
|
|
7
|
181
|
August 7, 2026
|
|
Zig 0.16 : os.linux.epoll_create1() return value should be i32, not usize, shouldn't it?
|
|
5
|
199
|
August 6, 2026
|