Benji Grant

Results 19 issues of Benji Grant

In the [documentation](https://a11y-dialog.netlify.app/advanced/focus-considerations) for a11y-dialog, it mentions that the library will look for an input with the `autofocus` property set when opening the dialog, however React doesn't support this property...

Hi, I've set up babel-watch with the following config on my backend: ``` babel-watch ./index.js -e .js,.mjs,.json,.graphql -w src ``` Every time I alter a file, I get the usual...

Hi, Are there currently any future plans to support an indeterminate checkbox state? https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#htmlattrdefindeterminate This has been supported on web for some time now, and it would be useful to...

discuss

We have email templates with images from s3 and links that can change based on the env, which we were previously importing from a `constants.ts` file. This appears to work...

type: new feature

Hi, forgive me if I've missed it somewhere but I can't seem to find a changelog for this project? We're currently using v3.1.1 and it looks like v5.0.0 is out...

enhancement
good first issue

### Describe the feature you'd like to request Currently, Next cache tags generated when using the `experimental_createTRPCNextAppDirServer` are just one string, which means that it behaves differently to how React...

✅ accepted-PRs-welcome

Not sure if Vercel have changed how deployments work, but checking the GitHub deployment for a specific sha reveals that the `creator.login` field is set to my username, not `vercel[bot]`....

Ok, so I have an svg image inline in my html and an element in that svg I want to be able to drag and rotate. I have an id...

Everything else appears to be working fine on mobile, but after selecting 2 colours, I can't see the rest because the sidebar doesn't scroll. Really nice site btw ;)

Can you provide instructions in the readme on how to install without composer (as not everyone uses it) and also an example using gd, as I can't install imagemagick on...