-
```
thread 112849 panic: index out of bounds: index 43744, len 5856
/home/user/src/DOOM-fire-zig/src/main.zig:623:39: 0x1040873 in showDoomFire (DOOM-fire)
spread_px = screen_buf[do…
-
### Zig Version
0.13.0
### EDIT: Both LLDB and MSVC Debugger ignore imports. MSVC debugger jumps to the main function if there's a breakpoint on an import, LLDB looks for the next breakpoint and…
-
### Zig Version
0.14.0-dev.2097+d30e28754
### Steps to Reproduce and Observed Behavior
Repro:
```sh
$ zig fetch --save git+https://codeberg.org/GalaxyShard/zig-nds-bindings.git
error: unable t…
-
I'm not sure if this is new from v20 or if the issue existed before, but I can't seem to be able to run an app that needs a pty.
Consider this code:
```zig
pub fn main() !void {
var tty: fs.…
-
# Target
Build from source code with rust.
# Steps
- Analyze the build process and split it into few parts.
- There are lots of build arguments and internal methods that rust doesn't have, need to…
-
## Tested on ArchLinux (x86_64/zen3)
- llvm-host: ok
- zig-host: ok
- zlib-$(target)-$(cpu): ok
- zstd-$(target)-$(cpu): ok
- llvm-$(target)-$(cpu): ok
- zig-$(target)-$(cpu): fail
**Note:*…
-
It would be really nice if zig exposed `zig windres` in addition to `zig cc`. This was previously mentioned in https://github.com/ziglang/zig/issues/7917#issuecomment-808087114
For context, I have…
Akuli updated
1 month ago
-
### How can we reproduce the crash?
First, tensorflow/tfjs-node doesnt seem to work,
using tensorflow/tfjs comes up with below error
### Relevant log output
```
PS C:\brain\lstm-ddpg> bun run main.…
-
bd8ef0036d8d380a753bb88d426f58c059c97f61
```
test
+- test-modules
+- test-std
+- run test std-aarch64_be-linux.4.19...6.11.5-musl-generic-Debug-libc failure
thread 982114 panic: reach…
-
Hello!
I was looking to add sokol_nuklear bindings to this repository for usage inside of my project, but I noticed that the bindings were all machine-generated. I couldn't find a tool anywhere that …