Ethernet
Ethernet
### Zig Version 0.10.0-dev.3315+1a16b7214 ### Steps to Reproduce run `zig run -fsingle-threaded` on this file: ```zig pub const io_mode = .evented; pub fn main() void {} ``` ### Expected Behavior...
Using Windows. Ran into this problem using vulkan-zig, which generates a vk.zig file in the zig-cache directory and adds it as a package. Autocompletion/jump to definition does not work at...
There's an open pull request for some of this (#57) but it appears to have been abandoned. It would be nice to have buttons for running main/tests and debugging main/tests....
- fixed up the benchmark build script, and qsort - added a small build.zig for modules - function update - futex update
Error after running MS4 w/ xen-tuner: `musescore-xen-tuner-master/xen tuner.qml:247: ReferenceError: Ms is not defined` The line of code: `Fns.init(Accidental, NoteType, SymId, Element, Ms, fileIO, Qt.resolvedUrl("."), curScore);` It seems that Ms is...