Wolfgang Pupp
Wolfgang Pupp
By being explicit about cases that are treated as "default" in switch statements. This does not change behavior at all, it only silences compiler warnings that may be very helpful...
It is not clear to me what order requirements the libsoundio API has in regards to deinitialization (*_destroy). Main question: Does calling soundio_destroy guaranteed that all devices and streams created...
If we check ownership for a file we find in the system PATH then we might need a .exe suffix on the full path we identified, because although MSYS will...
If I want to check which package an executable is from, then it only works if I fully specify the file extension (e.g. ".exe"). ## Works ❯ pacman -Qo ntldd.exe...
Some time ago, I played around with the DD2 Kalman filter--see "New developments in state estimation for nonlinear systems" by Nørgaard, Poulsen, Ravn in Automatica 36 (11), 1627-1638 (doi:`10.1016/s0005-1098(00)00089-3`; it's...
The Julia package registry implicitly added some [compat] information for all the dependencies of this package. But those are now out of date (but everything just works when circumventing those...
This adds mingw-w64-qt5-serialbus as package, which is currently only available for Qt-6.
## Details When zooming interactively with a pythonplot, x (and y) axis labels/ticks are not updated. The coordinates of the cursor are also not shown. This sounds trivial, but it...