Andrew Weymes
Andrew Weymes
I also occasionally get this issue. If I kill the terminal and restart air, the port is usually still occupied, so I am required to kill the process `kill -9...
I don't know if this is helpful for anyone. I was also struggling with arrays containing only NULL values. If you don't need to retain the NULL in your arrays,...
Just to follow up on this one, I went back a version to v1.27.0 and it works as expected. Seems v1.28.0 might have an issue with UPDATE statements? Would also...
> [@dimmerz92](https://github.com/dimmerz92) When testing somehing in the playground, you should set sqlc-version.txt to the version that you want to test. It uses 1.25.0 by default. If you set it to...
I might just be oversimplifying in my head or not understanding the issues you are facing with the implementation, but could we perhaps just have `script` and `async` in templ?...
For those of us not able to use inline attributes for CSP reasons, how can we get data into a script tag on the server side?
Yeah, already using with nonce for other script tags that don't require any go variables. Was just hoping there'd be a way to get go variables directly into script tags...
This would be a great addition imo. For those wanting uuid functionality in the meantime, you can register it with the driver something like this (this specific one is in...
I see, glad I didn't do something dumb, then! Do you know if there is a way to suppress this?
There is a more comprehensive example that I just merged into my dev branch here: https://github.com/dimmerz92/htemplx From a few tests, it looks like it still evaluates correctly?, but it still...