Adrian Hesketh
Adrian Hesketh
I think the issue here is that the templ runtime has different behaviour when the `TEMPL_DEV_MODE` environment variable is set, and in the case of using the `goaster` component, there...
Yes, it's a race condition in the tests. Some of the tests don't use the fsnotify constructor, so some internal state of the fsnotify struct wasn't properly set. I've updated...
Sorry, can't reproduce. Not enough information in your issue to investigate further. 
I researched this. According to the VS Code docs, disabling the LSP `FoldingRangeProvider` in `server.go` should force VS Code to use its default folding - https://code.visualstudio.com/api/references/vscode-api#languages.registerFoldingRangeProvider ```go // Remove the...
Sorry. This comment was really a bit of a note for me, rather than instructions for you to do something. It's a case of tracking down the issue in various...