Louis DeLosSantos
Louis DeLosSantos
@pchaigno Think I handled all your concerns
Hey, I just ran into this on a VM on mac OS. What I did was authorize copilot.lua on my host machine and then just copied `~/.config/github-copilot` directory to the...
@BSWANG quite a few test failures here. Any indication of what may be causing this?
@chengjoey looks like you have some linting errors in the `Smoke Test / Helm Charts Check` test. Can you address? The correct commands to run to fix this should be...
Hey folks. I had some trouble with `aerospace-scatchpad`. I actually implemented my own scratchpad in Hammerspoon (along with some UI elements). Its opinionated, since I personally only have a single...
Yeah, for the most part, this is a WON'T FIX.
Issue seems to be with this function: ``` local function get_selected_text() if vim.fn.visualmode() == 'V' then return vim.fn.trim(vim.fn.getreg(vim.v.register, true), '\n', 2) end return '' end ``` I can reproduce with...
@Saghen I can probably debug, but I would like more info about what `get_selected_text()` and its usage is trying to accomplish? I'm reading this as "On insert, if you've ever...
"Currently selected text" could also mean just the "currently highlighted text" in visual mode, no? Do we necessarily need to get a register? The text in a register could have...