Adrian Hesketh

Results 406 comments of Adrian Hesketh

Is this completed? Doesn't feel like it, since templ still uses Docusaurus. :)

What's the plan? Create a general static documentation generation project that templ uses, or create the templ docs? If it's the first, then I'd say make the docs generator on...

Hi @vikstrous2, the demo uses AWS CloudFront, S3, AWS Lamdba and DynamoDB, so it's sensitive to the performance of those components. The demo is deployed to London and uses CloudFront...

Just to add some more data... here's the p99 latencies from the demo over the last 6 weeks. It shows that in 99% of cases, the Lambda function is executing...

@mousedownmike - the HTMX counter with DynamoDB costs basically nothing to run, since it's all Lambda functions etc. Would be cool if you spun it up for a comparison!

I don't think API Gateway will make it any faster. Lambda Function URLs appear to be some sort of deliberately hobbled or cut down version of API Gateway. It even...

So... I emailed some friends in the Serverless team at AWS. I explained the current architecture, and goals of performance being good, while not spending much money. 😁 I said...

Thanks for raising this. I think that what we need here is specific behaviour for the `background-image` CSS property. As per https://github.com/google/safehtml/blob/be23134998433fcf0135dda53593fc8f8bf4df7c/style.go#L170 `background-image` is the only property that goes through...

Please refer to this example. I think the docs need to be updated, would take a PR for that. ``` package main import "os" templ page() { Background image @profile("image1.png")...

Sorry, I haven't had a chance to really absorb the comments and thinking on this yet. From a quick look at the PR, I can see that the templ.Attributes is...