Brandon Sprague

Results 69 comments of Brandon Sprague

> @bcspragu are you saving in insert mode with a keybinding? That tends to cause crashes like this I believe I was just doing a normal `:wa` when it crashed

I've hit this one a few times over the past few days on `23.05`, as far as I can tell, it happens when: - I use `:write-all` - In a...

> I described what causes this bug and how to fix it. I personally just haven't got the time to implement that myself Apologies, that'll teach me to refresh my...

Chiming in here with a use case. I've been using Talos in a homelab in a 1 x control plane, 3 x worker setup, and I'm migrating that a single-node...

Just hit the same issue on a 3 MB single-line JSON export, where editing was unusably slow, 1+ second lag after each keypress with no syntax highlighting on a fairly...

Similar to @sqwxl, I'm happy to contribute here and care mostly about the "something went wrong (internally or externally) and the program went down hard, where did the last ``...

So I've had this working for months (using https://github.com/helix-editor/helix/issues/2194#issuecomment-1211864340), but I've noticed that sometimes Volar uses an insane amount of RAM, like 8+ GB on a medium-ish sized project, and...

Hitting the same thing on a Headscale server that was working perfectly up until ~a week or two ago

Chiming in with the same issue. My setup looks something like: ```js // Exporting import flexsearch from 'flexsearch' const docIndex = new flexsearch.Document({ document: { id: 'id', index: ['title', 'description',...

I think I might be hitting this issue as well in a Nuxt 3 application: ``` Failed to resolve entry for package "[...]/node_modules/primevue/menuitem". The package may have incorrect main/module/exports specified...