Eric Drechsel
Eric Drechsel
alternatively, maybe point server at a git remote and commit directly to that.
I would settle for being able to DnD container groups between windows. I have lots of windows and the ability to move container groups between them would speed up organization...
I have a use case. I want to manage my user environment, including keyd and its config, via my dotfiles repo. NixOS doesn't know about my user config, and I...
I realize after some thought there are two main classes of use case for an input remapper: 1. as a "soft firmware" for globally modifying the event stream for input...
> Yes, but there is no way (as far as I know) to add a global key hook It's true that there's no portable hook wayland clients can use to...
This is pretty off-topic for the keyd issue tracker, esp this PR. One more link and I'm done: [[RFC] Add action binder protocol (!56) · Merge requests · wayland /...
I can confirm: setting node breaks ETags.
It looks like `node` just is shorthand to instantiate an fs tree at `node`, and overwrites any passed `tree`. Directory listings/PROPFIND don't work in fsext though.
Just for fun I copied the `getETag` impl from fsext to fs and it seems to work fine (both the ETag header and the getetag PROPFIND property). Probably needs optimization...
I just stumbled on tetherback after having used exec-out to backup /data/media a few times (as detailed [here](https://tadej.ja.nez.si/android-internal-storage-backup.html)). I'm finding that with my adb (android-tools 9.0.0_r45) and latest TWRP exec-in...