-
### Zig Version
0.12.0
### Steps to Reproduce and Observed Behavior
```zig
const jpegli = @cImport({
@cInclude("stddef.h");
@cInclude("stdio.h");
@cInclude("jpeglib.h");
});
…
-
I want to build one example but when I build I obtain this (I'm on windows 11 and I have rust installed)
```
Building and generating NRO...
Triple: aarch64-nintendo-switch
error: failed to run `ru…
-
When compiling the following repo with zig version `0.11.0-dev.3138+87de8212ad` I get a compiler segfault.
I was not able to isolate the issue to a simple example so I made a repo.
Repo: https:/…
-
Hello,
To keep it short, I think I may have found a weird edge case flaw in the logic that places items around the map. I had the Kokiri forest entrance closed and all GS tokens included in the ran…
-
Current Work in Progress List, see also project tab for further details:
- [ ] Wire
- Covered Wire
- Freestanding Wire
- Bundled Wire
- [x] Multipart (Multiple Blocks in one blockspace)
…
-
Essentially, std.crypto.random relies on threadlocal/TLS which may or may not be implemented depending on what platform the code is running on. The --single-threaded switch kind of fixes this by just …
-
### Zig Version
0.12.0-dev.1849+bb0f7d55e
### Steps to Reproduce and Observed Behavior
`build.zig`:
```zig
const builtin = @import("builtin");
const std = @import("std");
pub fn build(b: *std…
-
### Zig Version
0.12.0
### Steps to Reproduce and Observed Behavior
[Godbolt example](https://godbolt.org/z/nrWfxrMTz)
When trying to compile the following program:
```zig
pub export f…
-
In S3C-1921, Stefano said: "`helm install cloudserver` is a supported and easy way to install CloudServer on a running k8s cluster. Currently the command is not documented in the getting started guide…
-
In the hvrt package, right now arguments are either passed directly to each function that needs them, or are just global variables accessible to the entire package. It is getting harder to manage stat…