Davorin Šego
Davorin Šego
zig version **0.5.0+e491b2f5a** Small reproducible: ```zig const Foo = struct { bar: i32, // Mistake is that it should be *c_void // ZIG FAILS WITH: // Assertion failed at /deps/zig/src/analyze.cpp:605...
Is this a typo? When I change to `M_PI` the build works, otherwise I get a build error. https://github.com/mborgerding/kissfft/blob/8f47a67f595a6641c566087bf5277034be64f24d/test/testcpp.cc#L46 The error: ```sh [ 96%] Building CXX object test/CMakeFiles/testcpp.dir/testcpp.cc.o /Users/davorin/Code/projects/fft/kissfft/test/testcpp.cc:46:35: error:...
The `new_file.insert` method was misusing the `edit` parameter. Instead we can invoke a command to append text in the newly created window. **Context:** The edit parameter is not for new_file...
No error message in the console either, a new tab is opened but it remains empty. Not sure actually which version broke this package, but it's one of the newer...
Opening new tabs is slow over VPN because it reconnects to the server and reloads the list of tables
## What did you do? - Clicked cmd+T to open a new tab. ## What did you expect to happen? - I expected to quickly open a new tab to...
From what I understand, reading the ring buffer currently requires a loop to make sure all the required frames are read. This is stated in the docs: > If the...