Vi Retault
Vi Retault
In markdown you can display images using \[name](/path/to/image). It would be very cool to be able display them in the terminal with glow. It could use many techniques to display...
Thank you for this very nice task manager! Having support for subtasks would be great. Also, that would fix #22. Something like this would be nice: ``` 1. ☐ Task...
There should be a way to search for a city, a street address, or a point of interest nearby. Example of search string that should possible : - New York...
As pass-tomb needs to be run as root, it's almost impossible to automate `pass open` in a workflow, for instance to ask the root password with gksudo, because there is...
The function `MarkdownHighlightSources()` seems to be slowing down vim a lot with big files. With a markdown file of 6000 lines, it takes half a second to get in and...
Hi! First of all thank you for your great work. I'm coming from sway and I was wondering if there could be an option to set the order of named...
When no GPU is connected, the following code panics: ```rust use cudarc::driver::CudaDevice; fn main() { let dev0 = CudaDevice::new(0); } ``` ``` thread 'main' panicked at /home/g33kex/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cudarc-0.10.0/src/driver/safe/core.rs:51:24: called `Result::unwrap()` on...