Chase Colman

Results 92 comments of Chase Colman

@vadimcn Is the source available for your LLDB fork? I'd like to fix this for you, if possible. It would help my team since it doesn't require additional setup on...

Admittedly, I looked into this when I started but since I rarely use `awrit` in a way that needs input, I gave up. There is little documentation for Chromium Embedded...

@CyanChanges If you're on Linux, do you use `ibus` to use IME with Kitty? If not, what do you use? My colleague brought up that Google has an input tools...

Noticing the same problem: ![image](https://github.com/actions/cache/assets/5411/afa0e2a1-3006-45b5-8a0f-070f258b6986) The cache key exists: ![image](https://github.com/actions/cache/assets/5411/e3561016-203a-4b42-a43d-4e0db31a0e9b)

@coot Although it's poorly documented, setting `enableCrossOsArchive: true` seemed to fix it. I'm not sure why recently this became necessary because it seems like previously it just worked.

That error looks like snapd failing, so I doubt this is a LunarVim issue. I highly recommend using the `.deb` to install instead of the unsupported snap: https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.deb

This happened to me too after upgrading to 0.10, unfortunately I forget exactly what I did to fix it. I think I had to clear the LunarVim cache and re-install...

I can confirm that it behaves as expected in nvim v0.10

See https://github.com/chase/vim-ansible-yaml/issues/16

#26 should be resolved by #27, but I'd like you to go over it to see if I missed any parts of the pointless redundancy between `yamlScalar` and `yamlMapping` you...