Ash Berlin-Taylor

Results 204 comments of Ash Berlin-Taylor

I just noticed this in my CocInfo output: ``` [Error - 12:24:53] (node:20361) UnhandledPromiseRejectionWarning: Error: Unhandled method highlight/iskeyword at handleResponse (/home/ash/.config/coc/extensions/node_modules/coc-highlight/lib/server.js:614:48) at processMessageQueue (/home/ash/.config/coc/extensions/node_modules/coc-highlight/lib/server.js:441:17) at Immediate. (/home/ash/.config/coc/extensions/node_modules/coc-highlight/lib/server.js:425:13) at processImmediate (internal/timers.js:456:21)...

I can see a copule of ways of approaching this customization. Step 0. split the rendering of part prompts in to functions; Then: **Option a**: something like intelfx branch. ```zsh...

I see similar issues -- Noisetorch ignores which input is selected and instead uses the "default" mic. Settings screen: ("system" default mic is currently Logitech Webcam") ![image](https://user-images.githubusercontent.com/34150/141983499-407fe135-f535-407e-baf6-eea586fcb37a.png) Initial wiring after...

I don't know where the /var/vpnkit/port mount comes from, but on the mac host there is few unix sockets in `~/Library/Containers/com.docker.docker/Data/` ``` srwxr-xr-x 1 ash staff 0 3 Apr 16:19...

Okay so slightly hacky (and i'm not sure that using the `map` as I have is either safe; or a good idea but this works and I get the same...

Thanks - that's a very useful write up. I'll come back and read it a few more times and see if I can't come up with an addition to the...

I think it would be an improvement, yes! Is the reverse operation needed? It's not possible to remember the generated values and go from there?

My approach (I just wanted to turn off folding altogether, rather than disabling UFO specifically): ```lua vim.api.nvim_create_autocmd("FileType", { pattern = { "nvcheatsheet", "neo-tree" }, callback = function() require("ufo").detach() vim.opt_local.foldenable =...

Sorry, I freshly cloned this on my windows machine and forgot to do a `pre-commit install`. I'll fix up lint errors tomorrow