Archit Gupta
Archit Gupta
After using `(require 'pcmpl-args)` as in the README, tab completing make gives me the following error: ``` Error in post-command-hook (corfu--post-command): (void-function pcmpl-gnu-make-rule-names) ``` Adding a `(require 'pcmpl-gnu)` fixes this...
If fuse-overlayfs is available, it would make sense to use it instead of the kernel overlayfs. This would be especially useful on systems where overlayfs is not available for non-root...
Since 00f31a3be2f8d42cddd61b9a4e858eb1feae63e5, packages fail to build for emacsGit and emacsPgtk. Since this is an automated version bump, seems it was triggered by an upstream change. Though the error log makes...
Running `nix flake show github:guibou/nixGL` results in: ``` github:guibou/nixGL/c917918ab9ebeee27b0dd657263d3f57ba6bb8ad ├───defaultPackage error: expected a derivation ``` This causes errors when a flake uses nixGL as an input and the nil LSP...
This is not a final decision, but proposing moving home-manger support to a separate flake like flakelight-rust, etc. This would have the following advantages: - It would be able to...
Currently the tests work well enough to check new commits, but they could be much better. The testing structure is a bit ad-hoc. Perhaps using [nix-community/nix-unit](https:://github.com/nix-community/nix-unit) could help? Testing coverage...
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...