Cole Stowell

Results 4 issues of Cole Stowell

When using `toggle()` on a terminal spawned using `runner()`, a new window ID is assigned, but is not tracked, and so an error is thrown for an unknown window ID...

I am trying to read the `scan` property on my Ricoh fi-8170 because it contains whether the scan button has been pressed. However, this is currently the result. ![image](https://github.com/python-pillow/Sane/assets/121599022/aae65f60-4e55-4df3-be92-276bb495c126) I...

### Did you check the documentation and existing issues? - [X] I have read all the launch.nvim documentation - [X] I have searched through all existing issues of launch.nvim ###...

enhancement

Before I had something like this in my home manager config. ```nix { inputs, ... }: { imports = [ inputs.nixneovim.nixosModules.homeManager ]; nixpkgs.overlays = [ inputs.nixneovim.nixosModules.homeManager ]; } ``` I'm...