George Crawford
George Crawford
Hi @randy3k. Thanks so much for this plugin. What I'd really like is to align whichever code block my cursor is in, using the same keybinding each time. So in...
Apologies; I have no idea whether this bug is due to docker-machine-driver-xhyve. But it's already been referenced at https://github.com/zchee/docker-machine-driver-xhyve/issues/112, so I want to give it its own issue. I think...
### Describe the bug It seems that a child selector (`>`) at the beginning of a `:global()` statement (e.g. `.parent :global(> div)`) breaks the parser in svelte's language tools. ###...
This is a nice-to-have rather than an integral requirement for the tool, but I would be delighted if `watchexec` would incorporate the keyboard command listeners from tools like `entr`: ```...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
Hi there, Firstly, thanks for this great service. It's working fantastically well for us. We have an application which involves a fair bit of user state changing - logging in...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
I found I needed a `quit()` method, or similar, to close the HTTP server connection and thus allow the Node thread to close: ``` this.quit = function() { this.app.close(); };...
### Describe the bug In dev mode, SvelteKit adds a Vite middleware which determines a base URL for the `event.url` that's passed down through request handlers: **https://github.com/sveltejs/kit/blob/master/packages/kit/src/exports/vite/dev/index.js#L268-L270** ```js const base...