Olof-Joachim Frahm (欧雅福)
Olof-Joachim Frahm (欧雅福)
Wouldn't `feh --draw-filename -F` be enough?
``` 0 ~ % xrandr --listactivemonitors Monitors: 2 0: +*DVI-D-0 1680/474x1050/296+1680+0 DVI-D-0 1: +DP-1 1680/474x1050/296+0+0 DP-1 ``` Respectively `--listmonitors` if that's different for you. That's the order in which `feh`...
Yeah you need a font that has the characters, e.g. `feh -C /usr/share/fonts/truetype/unifont -e unifont/12 --draw-filename ...` renders for me (that's from `ttf-unifont` on Debian/Ubuntu/...; not the prettiest, but it...
Checked with current feh and Imlib2, the files definitely don't load, but also show no corruption? As for the reason (`imlib2/src/lib/image.h`): ``` /* 32767 is the maximum pixmap dimension and...
> This is failing ~30 more ANSI tests https://github.com/armedbear/abcl/pull/368/checks#step:22:9002 No worries, I had only glanced at the test results so far, I'll check what might be going wrong. > @Ferada...
C.f. https://trac.clozure.com/ccl/ticket/1085. The fix mentioned there works, so do that?
Not order of evaluation, the `(setf a 14)` effect is left out because of some bogus short-circuiting in `p2-logior` - removing the case in lines 4444-4447 fixes this (for example,...
To follow up on that, something like https://github.com/Ferada/abcl/commit/b73738abdfdc310fa67f7ae7c95572746df7d592 would solve this while being a tiny bit worse since what could be done is forcing the compilation of the side effects...
Actually not blocking the signal, just that trying to print the pathname triggers the error (that is, not when the pathname is constructed with already invalid data). Potential fix here...
I can't think why the "parts" interface would use the canonical name, even during inspection I'd rather know it's a nested class! As in, completely agree with @alanruttenberg. But, the...