wrvsrx
wrvsrx
Date completion works well, but account completion doesn't work. Examples:  Here's my configuration: 
# Describe the bug "--makefile-rules" works incorrectly when using "--outdir" option # Reproduce the bug create such file structure ├── alpha.tex ├── build └── test.tex `alpha.tex` is an empty file....
It seems that tag filter only supports simple logical operation now. Maybe It can support complete logical expression such as ```sh zk list -t '(NOT aaa) OR bbb' ``` However,...
Can zk support parsing attachments in documents? Sometimes I want to find all orphan attachments in the note folder by `zk list --orphan`. Sometimes users might also want to be...
# Description In this post, I use `|` to represent cursor location. When use zk-nvim, I found that if there is a non-ascii character in front of the cursor, then...
This rewriting make three changes: 1. This project compiled by meson used to produce an empty `.a` file. This should not happen since lyra is pure header library. 2. Now...
This commit replaces `seteuid(0)` by `seteuid(prev_uid)`, which make this module can be runned by non-root user.
It doesn't work for Cascadia Code (A font that supports ligatures)  But it works with Fira Code well  And that is how Cascadia Code behaves on Windows Terminal...
# Reproduce 1. compile and run following script with RUST_BACKTRACE=1: ```rust use x11_clipboard::Clipboard; fn main() { let clipboard = Clipboard::new().unwrap(); loop { let val = clipboard .load_wait( clipboard.setter.atoms.clipboard, clipboard.setter.atoms.utf8_string, clipboard.setter.atoms.property...
I notice that running task2dot twice doesn't produce same figure because of the indeterministic hash function. Changing `__hash__` function in `Node` and `Edge` to following function makes the figure reproducible...