federkamm
federkamm
My vuh2 vuh.hpp currently looks like #include #include #include #include #include did I miss anything? Shall I add such a main header in a pull request?
I did use vuh1 for performance (quality/runtime) comparison of image interpolation methods. I extracted one of the algorithms (the Lanczos method) in a small toy project and converted all but...
A note on Emacs on Windows: I started with native Emacs on Windows (Emax64 worked best for me) but there are lots of minor issues that made me change to...
As an update, with one of the last Windows updates, I had to adopt my %APPDATA%\passff\passff.bat file again. Currently, it looks like @ECHO OFF "C:\Windows\System32\wsl.exe" "/usr/bin/python3" "/home//.mozilla/native-messaging-hosts/passff.py" %*
I could adopt to a toggling `god-literal-key` equally well as to a non-sticky one, but without beeing able to enter either of `C-x x C-x` or `C-x x x`, god-mode...
I came back here to see if anything happened since. I also like the idea best to make SPC toggle the sticky behavior because it would be a non-breaking change....
Hi, thank you, for developing this extension! I just used it the first time for logging into GitHub 8-) If the OTP option is enabled, you could always show the...
Or add a `const` to make the line read: ```c++ for (const std::pair& value: COLOR_DICTIONARY) // ... ```
Hello Christophe, First, let me thank you very much for you very useful library. Do I understand correctly, that I'm not supposed to link statically against your library from closed...
An line like CROSS_COMPILE := ${CROSS_COMPILE:-=} to remove a probably trailing dash could solve (2).