Marius
Marius
**Issue** The flush interval given with the `-f` flag in an `${image}` does not work as expected. The offending line is https://github.com/brndnmtthws/conky/blob/8f5014b90f1bc9f999beff752a9b369e4885f0d6/src/imlib2.cc#L219 If `update_interval` is `5` and `flush_interval` is `4`...
I'm still trying to get the new input system to work. On `foot` and `kitty` input events are generated when presing modifier keys, e.g. `shift`. I am not sure how...
I am running the commands as in the [PKGBUILD](https://github.com/archlinux/svntogit-community/blob/packages/notcurses/trunk/PKGBUILD) but with `-DUSE_CXX=off` (and without the check, and the ffi, which both fail in this case), resulting in a package without...
I am building macaulay2 on archlinux according to the following PKGBUILD: https://gist.github.com/kmarius/bf3c9344f90d8265a563a622507e1b2f#file-pkgbuild This boils down to ``` make ./configure --enable-download --prefix=/usr \ --libexecdir='${prefix}'/lib/Macaulay2 \ --enable-shared make -j1 make DESTDIR="${pkgdir}" install...
Pinging @L3MON4D3 I would like to remove the old, undocumented `__call` metamethod at some point in the future because it duplicates a lot of the matching logic. As far as...
I wasn't sure if startUp should throw an exception if it fails. I just throw the last exception if none of the ports work.