iacore
iacore
I'm not sure if this is the right place to submit patches
the contribution text file mentioned it
The `EX` macro is messing with the code, so I deleted one. Everything else should be self-explanatory.
## Steps to reproduce - Install Librewolf and use it a bit - (browser settings) Set "Home page and new windows" to "Blank Page" - Install Sidebery - Open a...
`lazy.range(i32(0), 100, 1);` doesn't include 0 https://github.com/BraedonWooding/Lazy-Zig/blob/6d6465925f64eb5366a13b5380237db3f5de08da/src/enumerate.zig#L27-L32 I'm not understanding this
For new language users from languages with language-level polymorphism support, it's not clear how to achieve polymorphism in Zig. I think it's important in include an easy way to create...
### Zig Version master ### Steps to Reproduce and Observed Behavior ``` pub const Stream = struct { /// Underlying platform-defined type which may or may not be /// interchangeable...
### Zig Version 3d1652070acd01b7c871615702916425cd292a8a ### Steps to Reproduce and Observed Behavior On FreeBSD 14.0, run: ``` git clone https://github.com/ziglang/zig cd zig cmake -B build -DCMAKE_BUILD_TYPE=Release -G 'Ninja' cd build ninja...
I'm using http://gravicappa.github.io/shen-js/shen.html try typing `(7 8)` in REPL, and it hangs.