amano-kenji
amano-kenji
`~/.local/share/lf/history` can reveal personal information. I try to disable all kinds of history in all programs. I even disable history in web browsers, bash, python, less, neovim, etc, ... There...
I want to spawn child processes and kill them later. Or, do child processes get killed when the parent dies?
For, example ``` (os/date (os/time) "America/New_York") ```
### Version of Kakoune v2021.11.08 ### Reproducer * Try to open any file with 20,000 or more lines. * Try multi selection editing in the file. ### Outcome For files...
If groups are assigned to janet.kak global hooks, the hooks can be overridden by third party janet modules.
Deleting build dependencies(`makedepends`) during system update is annoying. I want to keep them during orphan removal. Can paru do that?
/opt/LBRY/lbry doesn't seem to depend on gconf. electron eliminated gconf and dconf from dependency list years ago.
1. Add https://concen.org/sites/default/files/torrents/Our-Entire-Society-Is-One-Big-Satanic-Ritual-Mark-Passio-1080p-H265-AAC.torrent 2. Try to view details of the torrent. 3. Crash ``` File "/usr/lib/python-exec/python3.9/tremc", line 5141, in Interface(Transmission(gconfig.url, gconfig.username, gconfig.password)) File "/usr/lib/python-exec/python3.9/tremc", line 1317, in __init__ self.run() File...
If rakudo supported tail call, infinite recursion through tail call should be possible.
dbus-launch gave me its process ID, so I could kill it manually in a custom emptty session. I can also do ``` #!/bin/sh some-service & service_pid=$! sway kill $service_pid ```...