Adrian Hesketh

Results 282 comments of Adrian Hesketh
trafficstars

Did you get any further on developing this? I'm interested in developing a language server for a language that's implemented in Go. Having a base platform would be very useful.

Thanks, I did find something that worked for me, so don't feel any pressure! I've put together an example here in case it's useful for you: https://github.com/a-h/qt-lsp It's my first...

I've built a walkthrough of using system-manager to deploy a simple service on local virtual machines at https://github.com/a-h/system-manager-test/ It uses Canonical's `multipass` to run Ubuntu VMs. The README contains a...

Thanks, that makes sense. I noticed the releases, but there's 400+ of them. I scrolled through lots of pages, but didn't see anything that looked like `23.11` on its own....

Thanks for raising this. Without this feature, `gopls v0.16.x` won't work properly with templ. I've updated protocol in https://github.com/a-h/protocol/commit/1e461c188041cecf07f6e39ac25503a1ac1b0513 And I've updated templ in https://github.com/a-h/templ/commit/26c1d79761e7800837caffdd3c8c2abab96e0794

Sorry about the delayed response on this one. I dislike that the examples have a `replace` directive in them, because it means you can't copy/paste the folder outside of the...

I think this issue is going to be stuck until someone can provide logs or a solid reproduction. If you can enable logs, and you've got a solid reproduction @EduartePaiva...

Thanks for the logs. The issue is that `gopls` started fine, but `gopls` wasn't able to find the `go` executable on the path - similar to https://github.com/golang/vscode-go/issues/2499 and https://github.com/golang/vscode-go/issues/2323 which...

> I thought Golang tooling would be infallible. I guess we're only 0.1x developers after all. 😁 The output and behaviour of gopls has changed between versions, and we were...