Adrian Hesketh

Results 48 issues of Adrian Hesketh

- feat: add a-h/templ benchmarks - feat: bump templ to 0.2.185

## Problem statement Referencing schemas doesn't enforce validation of fields. When a `post` operation defines that its body is `PostRequest`, but `PostRequest` is a reference to `PostFields`, the validation function...

validator

## Describe the bug #460 deals with the issue for the Cognito Identity Provider, but the issue that the `sha256` field is not set with a default implementation remains in...

bug
workaround-available
needs-review
p2

I created a GraphQL schema: ```graphql type Query { messages: [Message!]! @aws_iam @aws_oidc } type Message @aws_iam @aws_oidc { topic: ID text: String! } input SendMessageInput { topic: ID! text:...

bug

I'm using the ZAP baseline action to scan an application that, in the testing environment, is protected by basic auth. I documented how to do this here: https://adrianhesketh.com/2020/07/07/owasp-baseline-scan-with-basic-auth-in-docker-github-actions/ It requires...

question

The async example is good, but perhaps not as universally applicable as a REST API call. What about adding a few state modifications to the slice? ```js fetchTodoStart: (state, action)...

The starter website might have: * `/scripts` - TypeScript or ES6 in here would be transpiled by esbuild. * `package.json` - To enable the use of 3rd party JavaScript packages....

It might be useful to have a templ playground so that people can share snippets of code and try out using templ without having to install it first. It would...

As per https://github.com/microsoft/language-server-protocol/issues/715 It looks like it's possible to intercept edits, and then use the https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_applyEdit feature initiated from the server to insert the end tag, just like the XML...

enhancement
good first issue