deliciouslytyped
deliciouslytyped
I'm confused because sometime this works, other times it doesn't. Using the "test" test string, at first I got a synthesis with an extended end and malformed audio, then it...
Not really, but I don't see why it should be closed.
I just got some ideas on what to search for and found some things; https://techbase.kde.org/Development/Tutorials/Updating_KConfig_Files https://api.kde.org/frameworks/kconfig/html/kconfig_compiler.html https://api.kde.org/frameworks/kconfig/html/ Also QT's QSettings might be relevant but I didn't check https://develop.kde.org/docs/configuration/ -> https://develop.kde.org/docs/configuration/kconfig_xt/...
How about no.
This issue is generally not the best place to get help with specific nixpkgs related errors. This issue tracker is for the evaluator for the Nix language. You could try...
Is there any hope of seeing __impure merged into the main branch any time soon?
I'm a heavy, stateful user of the terminal and I have a lot of semi-finished things open in tmux a lot. It's really terrible when a reboot/battery depletion/crash makes me...
No, to the best of my knowledge resurrect has an understandably rather naive restore model. I think it checks the running process via `ps` and then it uses some save/restore...
My main priority would be restoring bash history and scrollback - the approach of resurrect should be possible to port for starters (assumption). I figured via adding appropriate functionality to...
I'm working on restoring scrollback, I have dumping to a file minimally working. Would per-pane config file entries like this be appropriate, or do you have any better ideas? ```...