Joe Davidson
Joe Davidson
I'm working on a component library for tailwindcss, but I think there's some missing functionaility in the storybook package. I plan on adding these once templ is upgraded to 1.18...
### Your feature request related to a problem? Please describe. govulncheck allows you to check if your code is calling any vulnerable code. ### Describe the solution you'd like. Add...
I've taken a look at pooling byte buffers to reduce allocations. I've put the `sync.Pool` behind 2 functions which doesn't seem to have a significant impact on performance. This looks...
I've been using templ to build some web pages, and am using bulma.io for styling. Most css frameworks like this work using thin css classes, so it's not strange to...
This isn't really a code change to this repo, but thought it would be worth tracking here. # What Write a lexer for the [Pygmens](https://pygments.org/) syntax highlighting tool. There's a...
Currently template supports two forms of template call expressions. The original legacy format: ``` {! myComponent } ``` And the newer format which was designed to be more ergonomic with...
Fixes: #234
There is a Go compiler directive [`//line`](https://pkg.go.dev/cmd/compile#hdr-Compiler_Directives), which can be used to reference other files. Historically `gopls` would support this directive, but subsequently dropped support https://github.com/golang/go/issues/55043 There is an issue...
A convenience feature could be to use http urls to reference templates: ``` mkdir generated oto -template https://raw.githubusercontent.com/pacedotdev/oto/master/otohttp/templates/server.go.plush \ -out ./generated/oto.gen.go \ -ignore Ignorer \ -pkg generated \ ./definitions gofmt...