How to get `std.c._errno()` name
|
|
2
|
194
|
April 10, 2024
|
Filter tests using zig build?
|
|
2
|
766
|
April 10, 2024
|
Is this possible to use a C external library into a build.zig?
|
|
3
|
451
|
April 10, 2024
|
Personal Project: Manage Zig Installations
|
|
2
|
452
|
April 10, 2024
|
Allocations overriding each other?
|
|
2
|
180
|
April 10, 2024
|
Backdoor in upstream xz/liblzma
|
|
12
|
829
|
April 9, 2024
|
How do I design a windowing library correctly?
|
|
23
|
1479
|
April 8, 2024
|
Memory Access Crashes in Playdate Game Developed with Zig
|
|
11
|
403
|
April 8, 2024
|
Control float/double formatting with `{any}`
|
|
10
|
577
|
April 8, 2024
|
Unable to add build option with a slice of enums
|
|
2
|
176
|
April 8, 2024
|
Compiling Cpp and C files into shared objects using Zig cc/c++
|
|
1
|
508
|
April 8, 2024
|
Reading JPEG files into raw bytes
|
|
12
|
855
|
April 8, 2024
|
Converting []const u8 to [:0]const u8
|
|
3
|
844
|
April 7, 2024
|
Generated std lib docs for offline use
|
|
6
|
737
|
April 7, 2024
|
Idiom for transforming ArrayList(u8) into []const u8
|
|
4
|
751
|
April 6, 2024
|
Idiom for a hashmap with []const u8 slices as keys
|
|
5
|
217
|
April 6, 2024
|
Working with Tracy in 0.12
|
|
3
|
301
|
April 5, 2024
|
Panic when recursively processing a std.json.Parsed(std.json.Value) object
|
|
2
|
163
|
April 4, 2024
|
Safe way to return variable-length slice of string literals depending on argument
|
|
6
|
411
|
April 4, 2024
|
Casting a slice of char to float
|
|
4
|
473
|
April 4, 2024
|
Format timestamp into ISO 8601 strings
|
|
1
|
511
|
April 4, 2024
|
Idiom for an "old-school" try-catch block
|
|
4
|
388
|
April 4, 2024
|
Why get a different virtual address on re-allocation?
|
|
4
|
279
|
April 3, 2024
|
Skip a step if the step it depends on is cached or not
|
|
3
|
208
|
April 3, 2024
|
Using ArenaAllocator in a short-lived command-line zig program
|
|
3
|
632
|
April 3, 2024
|
Preferred idiom to test for a file's existence
|
|
3
|
387
|
April 2, 2024
|
What are sentinals?
|
|
19
|
1269
|
April 1, 2024
|
What does the value (123) in "Semantic Analysis [123]" mean?
|
|
7
|
403
|
April 2, 2024
|
Syntax for a literal of type []const []const u8
|
|
1
|
271
|
April 2, 2024
|
Is this segfault due to parameter reference optimization or something else?
|
|
6
|
329
|
April 2, 2024
|