Caleb Heuer

Results 31 issues of 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...

![image](https://user-images.githubusercontent.com/3515394/135909275-b86a9473-6813-40a7-b82c-3d26ff1532c6.png)

bug

Source: https://github.com/raiguard/ModernGadgets/discussions/251#discussioncomment-1387558 I am seeing this on my PC as well, so further investigation is required.

bug

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: ![image](https://user-images.githubusercontent.com/3515394/151097903-5282683c-19ac-4896-97b1-bc6d6611b101.png) Versus kak-lsp: ![image](https://user-images.githubusercontent.com/3515394/151097951-e5e9f079-6c82-464c-a735-2f0b24ddd8a5.png) I can read both just fine, but I feel that...

external dependency

![image](https://user-images.githubusercontent.com/3515394/133553307-70f4d0b6-3d9c-46c7-b31d-e14497d04b66.png) 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...

For my blueprint sharing website, I would like to be able to retrieve icons by sprite path, and a list of mods that are active (eventually). If sprite paths aren't...

### 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...

bug

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** ![image](https://user-images.githubusercontent.com/3515394/149835451-836dce90-9cb4-4e1d-a53b-9699ebe8b3d0.png) **After** ![image](https://user-images.githubusercontent.com/3515394/149835483-30f54da7-f5c5-4beb-a10f-ae0c528928be.png)