alienman5k
alienman5k
### What Operating System(s) are you seeing this problem on? macOS ### Which Wayland compositor or X11 Window manager(s) are you using? _No response_ ### WezTerm version 20230712-072601-f4abf8fd ### Did...
Support out of the box for json5 filetype. JSON5 allows comments just like jsonc. This can be done from each individual configuration by adding: ``` lua local ft = require("Comment.ft")...
Fixes the test to use $SHARNESS_TRASH_DIRECTORY instead of $TMP as PASSWORD_STORE_DIR. With this fix the test can be run during the check phase in Guix and ensure the tests are...
I am working on adding pass-update to GNU Guix package manager. But tests are failing because tests/commons uses $TMP for the $PASSWORD_STORE_DIR which is not accessible in Guix. While checking...