Yiufung Cheong
Yiufung Cheong
@kanjieater What a coincidence we bump into the same issues these days :) I just wrote a patch, feel free to try it out.
@edoreld Looks like the same issue. You may try my patch by modifying `stats.py` manually. It may take a while before MorphMan is updated in AnkiWeb.
@malxsant At line 68, please delete the spaces before "def on_top_toolbar_did_init_links". Python is an indentation-sensitive language, so spaces matter.
The issue persists, but for anyone who comes by, @bmag 's code on the above referenced issue solves it somehow. ```elisp (define-key purpose-mode-map (kbd "C-x b") nil) ``` Thanks for...
Tried with `rg` with `nice` enabled, and see this error message. ``` Error parsing regex near '^(*+)[[' at character offset 2: Missing expression for repetition operator. (Hint: Try the --fixed-strings...
By `*magit-todos*` buffer, I mean the error buffer created with `*magit-todos*` prefix. So, for rg, it's `*magit-todos--scan-with-rg*`. So I add a `(message (concat command " " (s-join " " args)))`...
> That shouldn't be the case, because we're not running it as a shell command, but with start-process. Ah, a big misconception here. > Have you tried disabling magit-todos-nice? It's...
> Where are you seeing that error message? As mentioned before, `*magit-todos--scan-with-rg*`. > And where does your rg binary come from? [Official release](https://github.com/BurntSushi/ripgrep/releases) > Also, please try the other scanners...
Under that issue, @ngleb has provided a [gist](https://gist.github.com/ngleb/944346a67960776371aab74149edf38c) that works for me. Try it, then put it in your `$PATH`, or use `(setq ledger-binary-path "path/to/ledger.exe")`
@Ekleog Seconded this feature. It would be great already not to show them at the top.