Help converting u8 to string
|
|
6
|
182
|
July 10, 2025
|
New LinkedList API footgun
|
|
18
|
486
|
July 9, 2025
|
Allocators and thread safety (and not only)
|
|
31
|
494
|
July 9, 2025
|
Confused about the typeof @field result changing
|
|
5
|
131
|
July 8, 2025
|
Choosing an Allocator
|
|
17
|
519
|
July 7, 2025
|
Is there a way to kill/cancel a thread in Zig?
|
|
21
|
1041
|
July 7, 2025
|
How are big integer literals treated?
|
|
10
|
134
|
July 6, 2025
|
Which arguments for deinit (or other invalidating functions)?
|
|
33
|
463
|
July 6, 2025
|
Generic function call or generic function wrapper
|
|
5
|
88
|
July 5, 2025
|
TCP client hangs while writing to server
|
|
7
|
145
|
July 5, 2025
|
Convention for init / deinit
|
|
13
|
1650
|
July 2, 2025
|
Small command-line application reading ZON config
|
|
10
|
218
|
July 2, 2025
|
std.posix.AcceptError.ConnectionAborted vs ConnectionResetByPeer
|
|
5
|
98
|
June 30, 2025
|
What is the simplest way to send a one shot HTTP request in Zig to a known address?
|
|
5
|
360
|
June 26, 2025
|
Crash when using std.Thread in a static library and not linking LibC
|
|
2
|
103
|
June 26, 2025
|
Proposal(std.meta): Is there already another (idiomatic) way to retrieve tagged union active field's value?
|
|
6
|
201
|
June 26, 2025
|
Does Zig's directory walking have a hard cap? Edit: No, either ghosts or NFS oddities
|
|
3
|
182
|
June 24, 2025
|
`Dir.readFileAlloc` returns `error.NotDir` but path is valid, correct and exists
|
|
9
|
147
|
June 23, 2025
|
Is it useful for std.enums.valuesFromFields and std.enums.values to return slices instead of pointers to arrays?
|
|
6
|
207
|
June 22, 2025
|
Thread Barriers
|
|
4
|
164
|
June 21, 2025
|
Pythonlike hasattr and getattr functions for Zig
|
|
11
|
348
|
June 21, 2025
|
Weirdness in using std.meta.hasMethod
|
|
2
|
132
|
June 20, 2025
|
zig-dotenv: Lightweight .env file parser for Zig
|
|
11
|
437
|
June 17, 2025
|
What cybersecurity tools does Zig need?
|
|
0
|
144
|
June 16, 2025
|
DynamicBitSetUnmanaged / DynamicBitSet missing methods?
|
|
6
|
155
|
June 13, 2025
|
Parallel execution problem
|
|
5
|
184
|
June 12, 2025
|
Maximum number of Threads
|
|
10
|
256
|
June 10, 2025
|
What is the canonical way to read CSV in Zig?
|
|
6
|
307
|
June 9, 2025
|
Missing std.posix.* members on x86_64 linux
|
|
3
|
126
|
June 5, 2025
|
Sort function for chunks of a slice
|
|
6
|
102
|
June 4, 2025
|