Guilherme Soares
Guilherme Soares
Noticed the same issue today when trying to execute: ```lua vim.diagnostic.goto_next({ float = false }) vim.diagnostic.open_float() ``` Using vim.defer_fn seems to work for my use case: ```lua vim.diagnostic.goto_next({ float =...
> I don't think it's going to be implemented any time soon since the [lighttiger2505/sqls](https://github.com/lighttiger2505/sqls) repository has been archived, unless someone forks and takes over the project It seems someone...
> Do you have some sample code I could try with? As well as which files to change to trigger the error, etc main.go ```go package main import ( "log"...
> The correct way would be to kill wgo with SIGTERM so that wgo can intercept the SIGTERM and kill its own children (SIGKILL is too aggressive and can't be...
Thank you for the thorough explanation! So I supposed the way forward is to make a PR on the temple repo?
> You're using 2 different tools to do the same thing. Don't use `--watch` on `templ generate` to run wgo, use wgo to run `templ generate` > > https://templ.guide/commands-and-tools/hot-reload#alternative-1-wgo That...
Closed due to https://github.com/a-h/templ/pull/687 being merged!
First of all thank you for your feedback! >General improvement: Overall, this feels less buggy, as all items are active while scrolling. This is a great enhancement! Thank you! >Behavior...
@julien-deramond Hey! I've pushed some changes and separated them into commits for easier review. When you have a moment, PTAL. @codyrobbins Thanks for linking the issue! Would you mind testing...
> Hi. Will this close #36431? Or is it an offshoot of it, which doesn't fix everything? For me it fixed all of my problems, but I will not make...