David Haley
David Haley
I was trying to find out why F12 would not open/close Guake after logging into my desktop environment (Gnome), and your post lead me to an answer. Thank you! For...
Focus terminal on the left: CTRL **+** ALT **+** LEFT (Working) Focus terminal on the right: CTRL **+** ALT **+** RIGHT (Working) Focus terminal above: CTRL **+** ALT **+** UP...
@ganigeorgiev > Iit still must be a fixed 15 chars string to avoid security issues with existing Collection API filters. In future versions I'll consider adding an option to change...
This worked for me (in `init.lua`): `vim.cmd('let g:fuzzy_rootcmds = [ ["git", "rev-parse", "--show-toplevel"] ]')`
I agree. It would be nice to be able to ignore these warnings, so that forwarding props through dynamically chosen components using `` doesn't flood the console. The source of...
> I'm using neovim + lspconfig. On reflection, I probably should've checked [there](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#svelte) first, as it's documented. Apologies. I was looking for the same information (for setting up Eglot to...
Same. Version: `dracut 059` ``` ... dracut: *** Stripping files done *** dracut: *** Creating image file '/efi/XXXXXX/6.6.17-1-lts/initrd' *** dracut: *** Creating initramfs image file '/efi/XXXXXX/6.6.17-1-lts/initrd' done *** error: unable...
I ran into errors trying to use `-ts-mode` as well. If I disable `:tools tree-sitter` then tree-sitter is unavailable. Maybe I have to compile Emacs again separately. (**edit:** after removing...
I've experienced the same thing since I started using Doom, and I kind of got into the habit of just restarting the Emacs daemon (to remove the guesswork of knowing...
I'll leave some notes here as I work through the experiment. [We could provide an option to specify the location to the `index.html` file](https://github.com/WJSoftware/vite-plugin-single-spa/blob/d1bd3d93faa3489f3efb6bdea353d8234443467f/src/plugin-factory.ts#L149), since [SvelteKit's default location is `src/app.html`](https://kit.svelte.dev/docs/project-structure).