Earnestly
Earnestly
Both this graph and Gregg's diagram misrepresent what ss(1) can do, it is essentially a replacement for netstat.
Essentially being able to invoke the configured editor on arbitrary files much as is done here: https://gitlab.com/jgkamat/jmatrix/-/blob/master/jmatrix/integrations/qutebrowser.py#L81-102
* https://github.com/oridb/mc/commit/a819f7ccdc3ed6c63f50f23c0b17fa478604d821 Building after a clean clone with the following: ``` % ./configure --prefix=/usr % make -j4 bootstrap # This happens without -j4 as well ``` Yields a new error:...
* 4.22-24-ga5da4d54 For awhile now I've been witnessing a great deal of logging with the messages: ``` [libi3] ERROR: Surface 0x55ab4795f468 is not initialized, skipping drawing. ``` I have not...
``` qutebrowser v3.1.0 Git commit: Backend: QtWebEngine 6.7.1, based on Chromium 118.0.5993.220 (from api) Qt: 6.7.1 ``` When attempting to download from annas-archive using their rate limited service the download...
``` -z, --zero end each output line with NUL, not newline, and disable file name escaping ``` A useful feature for shell scripting, and to bring parity with GNU `b2sum`
Upstream chromium [removed](https://chromium.googlesource.com/chromium/src.git/+/a9b4fb70b4318b220deee0da7b1693d16b8ed071) the setting of xattrs on downloads for linux, specifically `user.xdg.origin.url`. Perhaps this could be exposed again via a setting such as `downloads.location.store_origin`?
This PR mostly serves as a discussion about how this issue might be resolved. `ytdl_hook` is aware of many useful playlist metadata tags which are essentially lost during the creation...