Corné de Jong
Corné de Jong
Currently working on a project for a client where we need to generate raster preview images for a bunch of different, customer supplied, input file formats (eps, svg, ai, psd,...
Any progress on this? I'm running into the same issue with a brother QL-710W.
Currently, you can add middleware to a single route by wrapping the handler in it: ```go router.Handle("/", middleware(http.HandlerFunc(myHandlerFunc))) ``` This approach works fine for a single middleware but becomes cluttered...
Thanks for the merge! Always happy to contribute.
Honestly, i kinda forgot that i started working on that 😅 Took a look at it yesterday and today, and finished my implementation #772 . It differs from yours in...
I like the JSFuncCall approach, clean and simple.
It seems like the CI pipeline regenerates the templates. ```generate| + go run ./cmd/templ generate -include-version=false``` But in this case we're missing the ```--minify-js``` and ```minify-css``` flags. @a-h, got any...