camoz

Results 58 issues of camoz

Hi, I'm a new user and trying to configure nvim-cmp. I noticed that the example config in the README does not match the config in `doc/cmp.txt`. I think it would...

#### Runtime Environment ``` $ ranger --version ranger version: ranger 1.9.3 Python version: 3.10.2 (main, Jan 15 2022, 19:56:27) [GCC 11.1.0] Locale: en_US.UTF-8 ``` - Operating system and version: Up-to-date...

bug

**Sway Version:** 1.7 **Debug Log:** https://gist.github.com/camoz/ce7bc5e8385418cd2eaf47a89f2153ee **Minimal reproducing config:** Default config with this line added: `exec swayidle -w timeout 1 'true' resume 'swaymsg "output * dpms on"'` **Description:** With the...

bug

By default, vim-gnupg uses tempfiles, not pipes (`GPGUsePipes = 0` [here](https://github.com/jamessan/vim-gnupg/blob/main/autoload/gnupg.vim#L137)). That means that during write operations, plaintext gets (briefly) written to a temporary file usually under `/tmp`. This can...

The current spec of the todo.txt format (I'm referring to the README.md in this repo) contains several ambiguities, as is shown by some issues, e.g. - https://github.com/todotxt/todo.txt/issues/37 - https://github.com/todotxt/todo.txt/issues/26 It...

Hi, when I press `Esc` or `Ctrl-C` to clear the input (e.g. after a typo), the yello circle shows `cleared`, then disappears. Then, after a few seconds, the yello circle...

Hi all, In the default sway config swayidle is started like so: `exec swayidle timeout 300 'swaylock -c 000000' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output *...

As far as I can see, according to the Filesystem Hierarchy Standard, `/mtn` is intended for temporary mounts only. See e.g. then man page `hier(7)`: > /mnt This directory is...

There was some confusion about it, see the discussion in https://github.com/digint/btrbk/issues/196

The README states: > Mounting subvolid=5 is recommended (mandatory for btrbk < v0.32.0) if you want to backup your root filesystem /. I assume "root filesystem /" here refers to...