nexovec

Results 55 comments of nexovec

It appears that some of the dependencies are not added as submodules into the repo, so you can compile it, but we can't. It's some files about noise generation and...

Hi is this ever planned?

Are you guys considering this?

When I select the entire document with % and then try to yank to system clipboard, helix freezes. When I select a line with x and then try to yank...

templ version: 0.2.476 go version: go1.21.5 linux/amd64 This is the easiest way I could reproduce this... Create this file in your templates: ```go package templates script DisplayLoadTime() { // Attach...

After some further investigation I've narrowed the repro down to: ```go package templates script DisplayLoadTime() { //' } templ Thing(){ } templ Contents(){ } templ AnotherThing() { @Thing() } ```

I know I've caused some confusion, so here is a link to a repo with a [minimal repro](https://github.com/nexovec/templ-bugreport01)

It seems that the character ' is a problem itself, I've encountered the problem again, even when I just do ``{`'`}`` inside a template.

``{` + "`" + `}`` doesn't break the code in the original [repro](https://github.com/nexovec/templ-bugreport01), nor does a double quote. If you've found broken code with double quotes, you should probably post...

I built the branch like this: ```bash go run ./get-version > .version cd cmd/templ go build ``` then I did ```bash (base) nexovec@pop-os:~/src/gotest$ ~/src/templ/cmd/templ/templ generate Processing path: /home/nexovec/src/gotest (✓) Generated...