Dietrich Daroch
Dietrich Daroch
I noticed that I was able to run a benchmark without getting warnings about not using the `performance` cpu governor, which prevents scaling down the cpu clock. This is akin...
### Brief Abstract I noticed that many of my notes slowly start having a 1:1 mapping to wikipedia articles as I use them to bootstrap notes. It'd be great to...
**Is your feature request related to a problem? Please describe.** When using the `ROAM_REFS` property to hold URLs (and IRIs?) as unique identifier, those are not shown on the sidebar...
**Describe the bug** Similar to #234 , `mailto:` links do not get linked in the side panel. **To Reproduce** Add a `mailto:` link, like `[[mailto:[email protected]][contact]]`. See that the text is...
**Describe the bug** `tel:` links do not get linked in the side panel **To Reproduce** Add a `tel:` link, like `[[tel:+44-113-496-0000][call]]`. See that the text is not linked in the...
The argument parsing for `convert-ckpt-to-ggml.py` is quite ad-hoc and hard to follow. I'm thinking that something around this would go a long way in making the arguments easier to use...
Not much, but has some benefits, - Shorter commands. - Help actual executable files to stand out.
This should ease redraws and also remove the temporal quick movement on tab switching.
I'm getting my terminals to close with "tmux duplicate session" errors as tmux resurrect sometimes wins the race to create the session. This avoids the race by using a single...
There is a slight difference between vim movement and the plugin right now, ``` i aoeu b w ``` On Vim, the w movement would advance to the 'u' (as...