Brandon Sprague
Brandon Sprague
I found the solution in [this Google Groups thread](https://groups.google.com/a/chromium.org/forum/#!searchin/chromium-hterm/chromeos$20alt$2B%5D%7Csort:relevance/chromium-hterm/wXSM96Q5mxw/SVkVPrHrAAAJ). What worked for me was setting `alt-sends-what` to `browser-key`, and setting my `keybindings` to `{"Alt-+":"PASS","Alt-45":"PASS","Alt-[":"PASS","Alt-]":"PASS"}`
I'm not familiar with what this plugin does, but for someone trying to get `axios` working quickly with Nuxt 3, you can add a quick plugin, like: plugins/axios.ts ```ts import...
Thanks for the reference, that does indeed look useful. I basically just want to mimic Vim/NeoVim's behavior here, which I've rarely ever had to think about. Once #1937 lands, I...
My (albeit barbaric) solution was fork the repo and check if the extension is .go or .html, and I use that binary instead. https://github.com/bcspragu/gin/commit/4f3b70d3b27a5685428592b96af622d4a15350f4
In it's current state, it's too specific. I'll turn it into a command line flag that takes a list of extensions to allow, and I'll make a pull request of...
Thanks! Pulled in your changes, and moved the code into `core check_out`. Made some of the code less gross, but I'm sure there's plenty of room for improvement. Currently, I'm...
Not sure why the tests are failing, they work fine locally and produce no diffs in need of review. Given the failing output, looks like the feature might be broken...
Would also like to see this. My main motivation is getting rid of a perpetual diff I see, which causes unnecessary re-deployments of an App Engine Flex-based service, e.g.: ```plain...
I believe [this is the line in question](https://github.com/helix-editor/helix/blob/8deaebde26a5ab2a51e8124828ba042641a1558f/helix-view/src/document.rs#L1006)
I just had a bunch of panics back to back, and can confirm that I'm seeing it triggered when I save the file(s).