Tomas Sandven
Tomas Sandven
Using Alpine for Python based applications can be a real pain. https://pythonspeed.com/articles/alpine-docker-python/ For example, if I use the unmodified AppDaemon image and I add these Python dependencies to `requirements.txt`: ```...
First off, this plugin is freaking gold, well done! I have been using it full time for about a week now and I can't go back. One thing I have...
This would be a great feature, removing the need to list available pythons or virtual envs before switching to it.
Lately `pyang --ietf` has been crashing when parsing one of our larger YANG models. After some troubleshooting, I have isolated the issue to a small block and created a minimal...
When piping the output of a long running process to less, the follow forever (`F`) command is very useful for keeping the freshest content on the screen, but unfortunately there...
> Hey Hubro, a buddy of mine and I forked Clipface to mess around with it a bit to have some fun, but one of the things we did was...
Using Black on a large Python file with Neoformat is extremely slow. If the contents of the file doesn't require reformatting, `:Neoformat black` returns "no change necessary" in 3-400 ms,...
For some strange reason, the pipe key (the one above tab) and the less-than key (the one right of left shift) are swapped. This is the case with and without...
### Neovim version (nvim -v) v0.10.0-dev-d2e7cc6 (Just tested v0.9.4 and it works, so it's specifically an issue with nightly) ### Operating system/version NixOS 23.11 ### Output of :AerialInfo ``` Aerial...
Due to real world brightness issues out of my control, I have to switch back and forth between a light and dark terminal scheme twice per day. `rust-pretty-assertions` look great...