Cass
Cass
Have this happen to me also; it resets cursorline & scrolloff too
Any more progress / work arounds for using a single locale?, especially with angular where it builds an entire app per locale, having every locale in the bundle is a...
Was really hoping for this to enable us to use Mux in our terraform setup...
I wasn't aware this existed until now, personally have no interest in adding support for this as I don't use MongoDB, but PRs are welcome
I'm unable to repro the issue around crashing enums - could you post an example?
This was also affecting me, as a work around I settled on getting all the tests files & running them in separate `bun test` runs. ``` find . -path "*test.ts"...
I'm bodging my way around this specific issue with: ```lua function DiffviewToggle() local lib = require("diffview.lib") local view = lib.get_current_view() if view then -- Current tabpage is a Diffview; close...
I've transitioned away from using MUX for some time now, and I've noticed that this response, after 6 years, doesn't quite address the ongoing issue. I'm curious why it seems...