Roman Sharkov

Results 52 comments of Roman Sharkov

I think I faced a similar problem working on my [dgraph tech-demo](https://github.com/romshark/dgraph_graphql_go). I'm trying to implement pagination and this is the query I assumed to work: ``` query PostsPage( $first:...

> I implemented this in a standalone PR [#1251](https://github.com/a-h/templ/pull/1251) . I have a question: should we allow HTML style comment `` in the attributes? IMHO, no. I believe HTML comments...