Caleb Heuer
Caleb Heuer
When setting up a user account with no password (leaving the password field blank), archinstall crashes. I am using the latest arch ISO (07.01). I'm going to set a password...
~~I think it's time. I have not used windows in over a year, and this project is languishing as a result. I have no motivation to work on it any...

Source: https://github.com/raiguard/ModernGadgets/discussions/251#discussioncomment-1387558 I am seeing this on my PC as well, so further investigation is required.
PaperWM usually has a workspace name in the top bar, along with workspace names baked into each workspace's background. I have a different wallpaper per workspace so I don't need...
In nvim's LSP, info boxes have a blank column on each side to help with readability:  Versus kak-lsp:  I can read both just fine, but I feel that...
 I ran `:echo -debug %opt{lsp_diagnostics}` and the markup strings were there, but as you can see, the inlay diagnostic is not being colored. In my testing, it _only_ happens...
### Version of Kakoune v2021.11.08 ### Reproducer Execute the following commands: ```kak declare-option str modeline_test "{green}testing" set-option global modelinefmt '%opt{modeline_test}' ``` ### Outcome The modeline is printed with markup strings...
Fixes #4507 The documentation for `modelinefmt` states that expansions are processed, then markup strings are applied. This brings the actual behavior in line with the documentation. **Before**  **After** 
In our game, copy/pasting very large strings is relatively common, as users can share "blueprint strings" that can grow to be several megabytes large. I attempted to change our codebase...