Adrian Hesketh

Results 405 comments of Adrian Hesketh

Oh, and @Nandini1071 - hope you weren't offended by my questioning of whether you were a real person or not. I've had a few bots swing by the project recently...

Hi, how do you reproduce this issue? Does it happen if you open _any_ templ file? Could you make a video and provide the full set of logs? The URI...

No further info provided, can't reproduce.

I was troubleshooting this with someone today, they were getting messages about setting `experimental-features = nix-command flakes` etc. @cole-h's post was useful for me, because I looked at the `~/.config/nix/nix.conf`...

I'm not sure what you're asking for here. Go's built-in templates work quite differently to templ. templ has a "generator" which generates Go code files from templ files. These go...

Hi, I'm afraid I still don't understand what the request is. Is it that you want to import the Vite generated HTML file? Is it that you want to output...

Sounds like https://github.com/a-h/templ/issues/786#issuecomment-2298507263 is getting at the same idea as https://github.com/a-h/templ/issues/788 I proposed the name `Chain`, but `Concat` or `Join` is better. Maybe we should add that...

I'll close this as duplicate, I'm pretty sure @joerdav's comment answers this.

Oh yeah, definitely an oversight. I saw that there's a new feature coming in go.mod to ignore various vendor files, because Go ends up traversing through `node_modules` and friends too...

I assume it was supposed to do this: https://github.com/a-h/templ/blob/abb427c0fb8d5bfdc69586ebd7a7d88dae60e637/internal/skipdir/skipdir.go#L13