Tuure Piitulainen
Tuure Piitulainen
The AUR link goes to a 404 page because `up` has been moved from the AUR to the community repo due to popularity. Fixed link in a way that is...
Hey, turns out I found some issues in the Makefile, and the fix seems perfect :smile: Please make sure for example that `/usr/lib/web-greeter/` is removed as intended and in the...
## Environment ``` $ web-greeter --version 3.5.2 ``` ## Bug description Hello, I wanted to create an issue for this as it took me quite some time to find a...
### Bug Description When there are nested quotes, having the cursor on the first character of a nested quote and doing `.anyQuote("inner")`, the wrong quote gets matched (the outer nested...
Discussed in https://github.com/papis/papis/discussions/898 When using git I heavily use aliases like this: `~/.gitconfig` ```gitconfig [alias] s = status a = add c = commit ca = commit --amend p =...
Discussed in https://github.com/papis/papis/discussions/898 We think the tab completions (provided by [click](https://click.palletsprojects.com/en/8.1.x/shell-completion/)) are noticeably slower than in other projects (for example git), and thus feels quite bad to use Pointers by...
Discussed in https://github.com/papis/papis/discussions/898 I've got some long library names where tab completion could be very useful, for example: ``` $ papis -l sys $ papis -l systematic-literature-review ``` When using...
Background: In `tests/rendering/markdown-additional.md` looking at the toc revealed an issue with how we allow using vivify's `config.json` to set the markdown-it options for [markdown-it-table-of-contents](https://github.com/cmaas/markdown-it-table-of-contents) plugin: The toc links are supposed...
From [offtopic discussion](https://github.com/jannis-baum/vivify.vim/pull/17?notification_referrer_id=NT_kwDOAOVvTrQxMTcwODEwODQ1NToxNTAzNjIzOA#issuecomment-2256345587) Me: >The way the cursor line is at the very bottom of the page feels pretty disorienting to me when opening > >But what I'm getting to...
Two problems: 1. Spacing seems to be all over the place 2. Some characters get hidden due to `` ` `` being a conceal character in vim help files Confusion:...