Quinn Blenkinsop

Results 15 issues of Quinn Blenkinsop

The download buttons are broken on your site at lower screen sizes. Or at least on chrome for android

site

Fix #154 Hello, not sure if there is still interest in supporting an httpx transport out of the box. I would be happy to maintain a separate package if that...

I'm not sure if there is interest but I needed a browser compatible version so threw together a rollup config quickly. If there is interest happy to work on cleaning...

### 📜 Description ``` Module "child_process" has been externalized for browser compatibility. Cannot access "child_process.spawn" in client code. ``` This appears to be due to the reliance on `axios` which...

good first issue
Assigned & In-Progress

### Describe the bug Not sure if mutation over ws is something you even support. If not please disregard! Following the WS subscriptions guide in the docs works for `query`...

### Which packages are impacted? - [ ] `remix-validated-form` - [ ] `@remix-validated-form/with-zod` - [ ] `@remix-validated-form/with-yup` - [X] `zod-form-data` ### What version of these packages are you using? -...

bug
upstream issue

Originally reported in `zod-form-data`: https://github.com/airjp73/remix-validated-form/issues/250#issuecomment-1454827269 [Playground reproduction](https://www.typescriptlang.org/play?ssl=5&ssc=47&pln=5&pc=25#code/JYWwDg9gTgLgBAbzgLzgXzgMyhEcBEyEAJvgNwBQFAxhAHYDO8EARgFZwC8KAdK2wFNqMABRJMECAC5eTKMDoBzEQEp0KnjCgBDRhKggRELgD44YuC21QZEHhONoVKqjACeYAXABq2gDbAxNowwPQAolA4UAxcvAqYAlAAYn7BMAJ0AsQRUQwAPO6eEJhw-CaUNPRMcFACMdz8PAzaCQAK1gwCYk5UwCUiAIS1DE0ArtTUdQxqCBRwcLSM8Jip8NzDPIlR9qvpdKqU8wD0R-PzAHoA-FTzi9Vb0AwyvgFBIeGRj7ErwZRoQA) I'm not entirely clear on the details, but it appears that when using a `transform` (that seems to use `z.Effect` under the hood)...

bug-confirmed
zod4

Correct typo in using-libraries of docs

I was the sole maintainer of this package while working at SatelCreative. We parted ways around a year ago now, so I don't expect `formik-polaris` will see another update. Updates...

Right now, `formik-polaris` only really supports the default - `validateOnBlur === true` - `validateOnChange === false` It would be nice to support the other modes as well

help wanted