Bruno Henriques
Bruno Henriques
Attempted to run the Scala 2 version and it partially worked: - ✅ Can run `IO(2).unsafeRunSync`. - 🚫 I no longer have auto-complete nor colors for some reason. Specifically, `"".`...
The way I see, this ticket is somewhat conflating two different concerns unintentionally (my bad): 1. Bug perhaps: `--interactive` should not close the terminal after piping Scala code 2. Feature...
Hello @bplommer , can you take a look when you get the chance?
I was looking for this as well! This is great, thank you!
I am encountering a similar issue and created a minimal setup to reproduce in this [folder](https://github.com/bphenriques/dotfiles/blob/e364888d5b753d2eb18aa5e11126718ed8459f81/hosts/minimal/default.nix) which includes: - ZFS - Using both `nixos` and `home-manager` modules - Persisted dirs...
> FWIW, I've been using https://github.com/MaxVerevkin/wlr-which-key, which works great for binding submaps. Maybe there's a case to be made for keeping the core niri binding mechanisms simple, and dispatching to...
Update on my feedback: it would be great for `wlrctl` as it would allow moving the mouse with the keyboard without a overlay as `wlr-which-key` does. Look forward for it....
> [@bphenriques](https://github.com/bphenriques) I actually have a WIP [mouseless](https://youtu.be/J0rwQVNQkHM) clone I'm working on, I was waiting for wlr-virtual-pointer because uinput is very junky for absolute position, it was very quick to...
> Do we really need submaps in niri given that it exists? Yes, I use `wlr-which-key` but I wish GUI was hidden in some cases (e.g., when moving my mouse...
> Sounds like this is much more easily fixed in wlr-which-key than adding a whole submaps system to niri? Maybe, up for the author to decide if it makes sense...