Dmitry Matveyev
Dmitry Matveyev
For gnu.2.17 I get the same problem: ``` > zig build -Dtarget=x86_64-linux-gnu.2.17 zig build-exe isoc23 Debug x86_64-linux-gnu.2.17: error: the following command failed with 3 compilation errors: /home/grfork/zig-linux-x86_64-0.11.0/zig build-exe -cflags -std=c99...
I have tried it with the current master version of zig 0.12.0-dev.1834+f36ac227b. -Dtarget=x86_64-linux-gnu -- same errors ``` > /home/grfork/zig-linux-x86_64-0.12.0-dev.1834+f36ac227b/zig build -Dtarget=x86_64-linux-gnu zig build-exe isoc23 Debug x86_64-linux-gnu: error: the following command...
I have rebooted to include .roswell/bin in the path, so now just `lem` works fine, but still crashes with sdl2. There's no lem.log in the home directory.
I have updated my first post with the error log. I didn't see any errors in the log about SDL2, I'm not sure if this is the same issue or...
The problem seems to be in the `gleam_json` dependency, it is locked at `~> 0.7` while the first version is available. So this crashes: ```toml [dependencies] gleam_stdlib = "~> 0.34...
Correction to my `priv/`, I meant `internal/` directory that is not used for documentation generation and is considered "private".
The implementation of `div` converts operands to integers as the problem title describes, unlike `mod` which leaves them real if they are not integers. See: ```raku say 10.3 / 3.3;...
I don't use the updated versions right now, I think we can close it and I will re-open if it comes up again.
When using Devise for authorization and accessing a not authorized page, the `payload[:response]` equals to `nil`. Here is a request to a page that is not available to not signed...