André
André
Trying to compile ./examples failed for me because the "-lsuinput" flag was right in the middle. I fixed the Makefile.
I was trying to build a RAM, from 1 bit to 1 byte, 8 bytes and so on. However, the 8-byte-block works fine when tested directly, but if it is...
Since I'm already here: I could not delete any sketches in my account. After I click on "Delete" and "SURE?" in the dashboard, it reloads, but all sketches are still...
### Operating System Linux ### What's the issue you encountered? "Failed to load project!" ### How can the issue be reproduced? - copy project folder to another machine - open...
**Edit: Please see comment # 2 for a shorter code version.** ### Zig Version 0.11.0-dev.3395+1e7dcaa3a ### Steps to Reproduce and Observed Behavior I'm currently trying to port an interpreter from...
It seems like xonsh's auto completion does not handle open single quotes correctly in combination with spaces even though xonsh itself uses them: ```bash mkdir 'Program Files (x86)' mkdir 'Program...
Problem: When FileStorage.save() is called a second time, it saves 0 bytes into a file because its underlying stream is used up. Expected: Raises an error when called more than...
Follow up of #20661
Despite there being posix.sendmsg(), linux.recvmsg(), c.recvmsg(), etc. there is no posix.recvmsg(), which is needed to pass around file descriptors e.g. used in **wayland** for shared memory / framebuffers. Implemented by...
Edit: Shortened reproducer ### Zig Version 0.14.0-dev.121+ab4c461b7 ### Steps to Reproduce and Observed Behavior Compiler crashes when compiling this comptime code: ```zig const std = @import("std"); pub fn main() !void...