Change already defined enums
|
|
1
|
122
|
November 28, 2023
|
Why @tagName "unable to evaluate comptime expression" inside a function with `anytype`?
|
|
12
|
161
|
November 28, 2023
|
String templates / formatting strings
|
|
5
|
174
|
November 28, 2023
|
Missing trait module from standard library
|
|
3
|
189
|
November 27, 2023
|
Is it ok to mutate a slice's `.len` field?
|
|
11
|
479
|
November 27, 2023
|
How to use C string returned by C function and free?
|
|
4
|
168
|
November 27, 2023
|
How to add image files to build and outputfolder?
|
|
7
|
285
|
November 26, 2023
|
Help debugging memory corruption while reading a file with a buffered reader and iterator
|
|
6
|
254
|
November 26, 2023
|
UEFI bootloader "err: integer overflow"
|
|
4
|
216
|
November 24, 2023
|
SIMD: is there an "equivalent" to _mm_shuffle_ep*()?
|
|
7
|
169
|
November 24, 2023
|
[Theoretical matter] Is it possible to compile and access a non-existent field?
|
|
10
|
278
|
November 24, 2023
|
Why can't I use an enum value as an array length?
|
|
3
|
216
|
November 24, 2023
|
Building a WASM shared library that does not import memory from the environment
|
|
2
|
120
|
November 24, 2023
|
Is it possible to concat literals in a tuple during comptime?
|
|
20
|
247
|
November 23, 2023
|
Heap allocation without a main function
|
|
5
|
196
|
November 22, 2023
|
I'm looking for resources to learn
|
|
12
|
650
|
November 21, 2023
|
Can't work around the "error: unable to resolve inferred error set"
|
|
7
|
104
|
November 21, 2023
|
Defined memory layout separate from a C ABI
|
|
6
|
146
|
November 20, 2023
|
Read command line arguments
|
|
10
|
2907
|
November 20, 2023
|
Variables and constants in structs
|
|
13
|
448
|
November 17, 2023
|
Catching "invalid enum value" errors
|
|
12
|
311
|
November 17, 2023
|
Is 'x' format deprecated, or is it not?
|
|
3
|
211
|
November 16, 2023
|
Calling a C routine which expects a pointer to a string (in order to write it)
|
|
7
|
354
|
November 15, 2023
|
Troubles with depending on the path of system command output
|
|
6
|
391
|
November 13, 2023
|
How to access info in build.zig.zon from build.zig?
|
|
1
|
261
|
November 12, 2023
|
A (probably stupid) terminological question
|
|
19
|
296
|
November 12, 2023
|
Is this normal return same object?
|
|
12
|
263
|
November 12, 2023
|
Any example of caching a generated Zig file?
|
|
11
|
289
|
November 12, 2023
|
Struggling with nested array literals
|
|
8
|
184
|
November 11, 2023
|
Alignment and casting for anyopaque pointer
|
|
4
|
191
|
November 11, 2023
|