Thomas Voss
Thomas Voss
Are there plans to implement a vi-mode similar to GNU readline? Or is the plan to just stick to the current emacs bindings?
In the documentation available at https://rst2pdf.org/static/manual.html#mathematics it is stated that: > You don't need to worry about fonts, the correct math fonts will be used and embedded in your PDF...
- tail: Add support for stdin input - tail: Update the manual page to new changes These changes will allow you to use `tail` in the same way as most...
- [X] The requested variant shape does not go too far away from Iosevka's design. - [X] The requested variant does not conflict with any characters in Unicode that Iosevka...
If the user only wants to get the byte count of a set of files, then for each file (assuming it isn’t a pipe or something) we can simply stat...
So I have a website that’s using miniserve to host a bunch of content, mostly video files (https://archive.thomasvoss.com/3lap-world-records/vids/). If I try to download _any_ of these videos, such as say...
Is it possible to have different fonts for the app name and body of displayed notifications? I like to have my notification body displayed with a proportional font, but my...
As per `man 3 free`: > The free() function deallocates the memory allocation pointed to by ptr. **If ptr is a NULL pointer, no operation is performed.**
Tabs characters usually function in columns, meaning that if I write `Hi\tWorld` and `Hello\tWorld`, both occurances of `World` should be aligned. In Delta however this alignment doesn't work and instead...
### Description I am using telescope, and have `` mapped to close telescope when I’m in insert mode. This works… but for whatever reason this has a very noticable delay...