Chris Siebenmann
Chris Siebenmann
As a note, Ubuntu 22.04 has a version of ZFS that lacks the old 'io' kstat file for per-pool IO statistics. Anyone upgrading Ubuntu ZFS machines is no longer getting...
The current state is that OpenBSD AMD64 now supports SPIN since commit f8609aeee232d0deec8d90fbd4538f36225eb963. Other architectures are still lacking support, but that will probably be resolved when pull https://github.com/prometheus/node_exporter/pull/1971 lands.
Unfortunately I don't have any ready examples, because my personal Corebird build on top of your changes has always reversed that patch so it always shows full-sized images. At some...
Here's a tweet with an image that shows cropped (top and bottom) in the timeline view on my Cawbird: https://twitter.com/IBBTwtr/status/1171497487858728960
Yep, and see my comment there. That's why I suggest a preference for this. Otherwise I'll just use a private build of Cawbird with a patch that reverses this.
This happens for me as well with basically any file that exceeds the window size. Based on some crude diagnostics, it appears to be happening in cmdscrolldown's second option, where...
Unfortunately, samterm will now scroll the last line all the way off the top of the screen. The code I used in my version to deal with this is as...
Oh oops, I forgot to include what `tot` is: ``` long tot = scrtotal(l); ``` This whole chunk of code was used in the original version of `cmdscrolldownline` in commit...
I have a fix that appears to work for me, which you can now see in the linked commits (take the last one). However, I'm not a big user of...
I have a code fix or workaround for this that appears to work for me and be stable (now linked to above). I can turn it into a pull request...