Using net.Stream simultaneously on 2 threads
|
|
8
|
168
|
January 15, 2025
|
Extra capture in for loop
|
|
6
|
856
|
January 15, 2025
|
Interfaces in Zig gives me the vibe of Object Orientation in JavaScript
|
|
21
|
1278
|
January 15, 2025
|
Issue with Password Generator
|
|
20
|
288
|
January 15, 2025
|
Mutation via `const` pointers
|
|
10
|
211
|
January 15, 2025
|
Where is the source code for the zig learn page?
|
|
3
|
63
|
January 15, 2025
|
What struct to use to get required JSON string
|
|
6
|
109
|
January 15, 2025
|
Understanding the fuzzer interface
|
|
2
|
130
|
January 14, 2025
|
What is the eval branch quota?
|
|
7
|
177
|
January 14, 2025
|
Improving Zig DX by making an even more awesome docs website
|
|
2
|
123
|
January 14, 2025
|
A better unreachable
|
|
3
|
123
|
January 14, 2025
|
Unable to detect symlink
|
|
7
|
65
|
January 14, 2025
|
Lazy switch case analysis, should switches allow cases that are impossible?
|
|
1
|
92
|
January 14, 2025
|
My optional is invalid, but somehow not null?
|
|
5
|
105
|
January 14, 2025
|
What's the idiomatic design in zig when there is no interfaces/traits?
|
|
4
|
324
|
January 14, 2025
|
Zig2nix: nix flake for packaging, building and running Zig projects
|
|
8
|
1184
|
January 14, 2025
|
How does ArrayList.items work?
|
|
3
|
127
|
January 14, 2025
|
How to get a non-const pointer to a struct's field from within a function of the struct?
|
|
23
|
525
|
January 14, 2025
|
Going from Zig to C
|
|
4
|
336
|
January 13, 2025
|
An Alternative to `anytype` Duck-Typing
|
|
7
|
340
|
January 13, 2025
|
How can a slice be owned? When a slice is essentially a pointer (with a length)
|
|
4
|
296
|
January 13, 2025
|
Using Comptime and @export to export anon structs functions?
|
|
4
|
63
|
January 13, 2025
|
Segmentation Fault from GeneralPurposeAllocator
|
|
1
|
80
|
January 13, 2025
|
Why aren't generic functions implicitly comptime?
|
|
6
|
158
|
January 13, 2025
|
Lizpack: (another) Zig MessagePack Library
|
|
4
|
295
|
January 13, 2025
|
A better anytype?
|
|
21
|
780
|
January 13, 2025
|
Amazig: Origin Shift maze generation library for Zig
|
|
7
|
199
|
January 13, 2025
|
I want to assign stack alloced [num][size]u8 to [][]u8, but encountered memory problem, please help
|
|
8
|
203
|
January 13, 2025
|
Whatever happened to 'functions as expressions'?
|
|
28
|
958
|
January 13, 2025
|
Is there anyway to easily expose the standard library to C/FFI? Namely AST
|
|
2
|
77
|
January 13, 2025
|