Adrian Hesketh

Results 366 comments of Adrian Hesketh

Thanks for raising the question. There's some discussion over at https://github.com/a-h/templ/discussions/326 about it too. In templ, I originally came up with script templates and CSS templates as a way of...

I think there's two things here: - 1: the error message isn't very pleasant - it's not obvious why you've got it. - 2: templ's stopping you from doing this,...

There's a plan to add the ability to introduce arbitrary code. The discussion around it is in https://github.com/a-h/templ/issues/109#issuecomment-1772316439 The design will looks like this: ```templ {{ x := "variable" }}...

Thanks for the PR, and for updating nixpkgs (on that, I think there's a way to automate the update, but I'm not sure how it's done). I'm not sure about...

This seems to have ran its course for now.

The security fix was merged in https://github.com/gin-gonic/gin/pull/3774 today, but not released yet. Tests are failing https://github.com/gin-gonic/gin/actions/runs/6890660139/job/18744176853 I note that the tests are not testing the current Go version (Go 1.21),...

The flaky test was (I think) set to be skipped in https://github.com/gin-gonic/gin/commit/fd60a24ab76c3c92955ba253c1f7eda9e4981c3c I'm back here to this issue because of the new security issue with the protobuf dependency (https://github.com/gin-gonic/gin/commit/0d9dbbb44551a872d30fd89d4d55ba0515d646fd) Users...

I think it's an issue with the Go API design. I would prefer that if the NATS server is going to complain about subject formatting, then it should accept a...

Looking at the HTML source code for the CDK documentation site, it's generated with Docusaurus which has search capabilities. * https://docusaurus.io/docs/search I'm not sure of the reasoning around the `effort/large`...

That was done in 2019. https://github.com/TylerBrock/saw/commit/0bb0a886191c3f74db88652a980bdf0891e38183 I think you're seeing a non Go-modules version because no release has been tagged since then. That's likely because of https://github.com/TylerBrock/saw/issues/42