Peter J. Jones
Peter J. Jones
It looks like the example is still using 22.05. I don't have time to work on this right now, but if you open a PR I'm happy to merge it.
I have no idea why US-ASCII is being used on line 117. I'm happy to merge a fix once someone figures this out.
You are correct, this looks like a bug in `rc2nix`. It should properly escape the string but doesn't.
The reason I made rc2nix skip colors and theme-related sections was because I use different themes on my different computers. I also wanted to provide a different way to deal...
@HeapUnderfl0w I agree with you. The biggest challenge right now is that KDE stores a lot of state information in configuration files, which I believe they are addressing in a...
No, the current version of `rc2nix` ignores those settings. I would love a patch that adds a command line option to `rc2nix` to either: 1. Ignore theme settings, therefore changing...
This is not currently implemented. And it's a nontrivial change. Bars don't manage what outputs they are displayed on. When a bar is created it is told which output to...
I will rebase (hopefully) some time this week.
I rebased this PR. Note: `package-lint-current-buffer` still reports the following issues but I didn't want to make larger changes than I already have. ``` 5 issues found: 142:1: warning: `eval-after-load'...
This also happens with a shared boost build (with static build disabled). Building OpenMS with `-DBOOST_USE_STATIC=OFF` somehow still adds `-llzma` to the linker command line, which fails unless lzma (xz)...