Ollie Taylor

Results 6 comments of Ollie Taylor

Hey, how's it going @ricokahler ? I was about to make a PR to improve types for SanityImage but didn't know the status of this release.

Needs a design? 👀 🙋‍♂️

Here's how iTerm2 does it: https://blog.josephziegler.com/2022/03/20/iterm2-password-trigger.html would love similar functionality. Would be even better if it could integrate with 1Pass, but not essential if Keychain was at least supported.

Here's a full example of my current solution for this challenge. ```ts import { superValidate } from 'sveltekit-superforms/server'; import { z, type ZodTypeAny } from 'zod'; import type { PageServerLoad...

...with the exception of arrays of primitive types like `string[]` or `number[]` because with those, you can reuse the name attribute. ```html ``` ```js const formData = await event.request.formData() formData.get('tag')...