Adrian Hesketh

Results 378 comments of Adrian Hesketh

Thanks! I've not seen the issue myself, maybe because my manual testing wasn't based on making POST requests, so I didn't see the issue with making multiple reads of the...

You did the work, so I think you should be in the contributor list. I'll wait for the PR. 😀

Workaround applied in https://github.com/a-h/templ/commit/e98db353f87ebedea804cb3dc3200a826afb8904 - will wait for Go issue to be resolved, then remove the workaround, then I'll close this.

Ah, I see that bug is a gift that keeps on giving. 😁 I've done a small update to it... https://github.com/a-h/templ/commit/19ad7c914bdc10383081c542775085cebb289492

Change released in https://github.com/a-h/templ/releases/tag/v0.2.543 - upgrade with `go install github.com/a-h/templ/cmd/[email protected]`

Can you post the `go.mod` that's causing the message to be displayed?

Fixed in https://github.com/a-h/templ/commit/e7d6ef30a35d97a2bc308cb8c5b640a0ae5f6256 - golang.org/x/mod was bumped to v0.17.0 last week.

Great idea, and great ideas on the implementation too - it sounds quite practical. I think that two generation modes would work best, since otherwise we'd have to have the...

This library also looks great, and has a templ example: https://github.com/invopop/ctxi18n Seems like we need a page with the example from @invopop's README, and possibly an example repo in the...

Do you have an example of what you're trying to do? You mean to do something like ``? If so, templ doesn't allow for that, it's trying to make sure...