wrvsrx

Results 23 issues of wrvsrx

Date completion works well, but account completion doesn't work. Examples: ![image](https://user-images.githubusercontent.com/42770726/124417000-ced19880-dd8a-11eb-8eb8-bf1c505abf1e.png) Here's my configuration: ![image](https://user-images.githubusercontent.com/42770726/124417029-de50e180-dd8a-11eb-8c03-0ee661c2f5c3.png)

bug

# 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....

good first issue

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,...

feature request

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...

feature request

# 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...

bug

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) ![image](https://user-images.githubusercontent.com/42770726/71316757-b18eef00-24b0-11ea-802b-20945d887a40.png) But it works with Fira Code well ![image](https://user-images.githubusercontent.com/42770726/71316760-d4b99e80-24b0-11ea-978f-f487eaf0d45d.png) 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...