bb010g
bb010g
The `kdeglobalshortsrc` `services/*` groups can't have trailing commas. Those either need to be special-cased in `config.programs.plasma.shortcuts` by plasma-manager or moved to under `config.programs.plasma.configFile."kglobalshortcutsrc"` in user configs. See also #108. Here's...
The "space folder" future consideration overlaps with spaces themselves? A folder could be a space tagged with "folder display" account data. A similar approach could be taken for the "space...
If Zig is extended to allow comptime struct fields without default values and referring to previous comptime struct fields (e.g. via a builtin that allows access to previous comptime fields...
> comptime fields afaik are essentially a differently-accessed decl and have the same value for all instances of the type. In that case, what about the following that returns fresh...
I can reproduce @Zahrun's error with the v0.3.3 Flatpak under Aurora running KDE Plasma. Version information ```sh-session $ flatpak info com.quexten.Goldwarden Goldwarden - A Bitwarden compatible desktop client ID: com.quexten.Goldwarden...
My last encounter with this sort of thing ended up in [mdoc-to-md](https://github.com/bb010g/mdoc-to-md), which converts `mandoc`-package real manual pages (because all the converters I looked at had weird quirks) to Markdown....
Implementation in #3643.
This would also be really nice for Git LFS tracked text files (`filter=lfs diff=lfs merge=lfs`), which diff like normal files given `git config diff.lfs.textconv cat` (git-lfs/git-lfs#440).
If comments are going to consume a linebreak, I'd also like them to consume space at the beginning of the next line. That way, ```typst #repr([// abc // // actual...