Chris Down
Chris Down
All of the ones I use are deprecated now, we should just move to the new stuff built in to urxvt: https://github.com/muennich/urxvt-perls/commit/532ccecae67210386b4e2dd730c221ab9218d117
Weirdly, while XF86XK_AudioPause works, XF86XK_AudioPlay doesn't. `xev` sees it though: ``` KeyPress event, serial 28, synthetic NO, window 0x1800001, root 0x198, subw 0x0, time 532681, (479,269), root:(1440,270), state 0x0, keycode...
An idea that could improve selfrestart/etc. Store the current c->tags in an X atom, and read it back out when clients get managed.
On pypy it seems the input to parse_qs_single is being munged. It should come from httpretty's hijacking of network requests. For now it's marked as an allowed failure: 15ce7823c50b27fdd6edf8a5d2f55e238bdad357
It's pretty common (in Chinese/Japanese/Korean especially) to not have any spaces to split on. Currently, these cases simply overflow the render area. If this happens, try a last ditch attempt...
Usually in vim, one can't open the same file twice because a swap file is present, and one gets a warning on the second open (ie. the "Another program may...
sort_and_reindex currently does too much. It: 1. Sorts the subtitles 2. Reindexes them 3. Skips subtitles based on the rules Each of these should ideally become its own function, and...
Right now the file may get nuked, it would be better if we could swap these over.
This contains some somewhat useful stuff which might be useful downstream -- probably needs some auditing of what's in there for usefulness though, then we can move internal stuff to...
PSI is the most modern and comprehensive way to measure resource contention on Linux servers, see https://www.kernel.org/doc/html/latest/accounting/psi.html. It's a relatively mature kernel interface and has already proved itself to be...