Osamu Aoki

Results 19 issues of Osamu Aoki

This is a generic installer to install AstroNvim (or any other such as NvChad) under alternative command name and without affecting normal nvim command execution environment using XDG_* environment variables....

**Checklist** Please confirm you have run the following commands and restarted Neovim and are encountering the issue with the current latest version of AstroNvim - [v ] `:PackerSync` - [v...

bug
upstream

As I started from GUI desktop icon from the user GUI session on recent testing distribution of Debian running GNOME on Wayland, snapper-gui didn't list all the snapshots. To see...

Hi, I just send the PR #199. I was conservative. It may be even nicer to change all instances from: ``` super().__init__(title="...") ``` to even cleaner style: ``` super().__init__() self.set_title(title="...")...

This should help rsnapshot more robust for irregular invocation https://bugs.debian.org/901156 (minor change of comment added to the patch in Debian BTS) Signed-off-by: Osamu Aoki

needs-tests

Signed-off-by: Osamu Aoki

Thank you for updating PyGObject Docs » User Guide » Gtk.Template . This really helped. Thanks. To learn more, I looked for Object API Reference and didn't find Gtk.Template there:...

This is for https://github.com/qmk/qmk_firmware/issues/18349 This worked for my case of combination of * mod-tap MT(MOD_LCTL, KC_ESC) * MAGIC MAGIC_SWAP_ESCAPE_CAPS At least some effort is made to avoid applying swap for...

core

Currently, we have 2 nicely working features: * mod-tap such as `MT(MOD_LCTL, KC_ESC)` * MAGIC such as `MAGIC_SWAP_ESCAPE_CAPS` (Thiaks for including this feature request from me.) They work as expected...

enhancement
help wanted

If you have a BTRFS snapshot directory on Linux system, "gdu -x" seems to peek into it while "du -x" doesn't peek into it. Of course, such directory is not...

bug