Stephane Mensah

Results 23 comments of Stephane Mensah

Thanks for the tip but it seems not to work. Here's the error message I get: A PHP Error was encountered Severity: 4096 Message: Object of class Twiggy could not...

> I just ran into this myself. If you quote the `*` then yarn won't try to handle the wildcard and `run -p` will work as expected. > > Try...

Hey @KATT , I'm new to trpc and have been going through docs and the examples in this repo for days now(back and forth). While giving kitchen-sink a try, I...

> Yeah yeah, @waptik, that's intended, I have it to enable "view source" functionality on e.g. [kitchen-sink.trpc.io/react-hook-form](https://kitchen-sink.trpc.io/react-hook-form) > > Comes from [`main`/examples/kitchen-sink/src/server/routers/source.ts](https://github.com/trpc/trpc/blob/main/examples/kitchen-sink/src/server/routers/source.ts?rgh-link-date=2021-11-14T10%3A30%3A31Z) Oh my bad! Thanks for the clarification

> I'm guessing this is for uploading files, I've had similar issues. First I tried just base64 encoding the image/file , but next seems to have a limit of 4mb...

> > > I'm guessing this is for uploading files, I've had similar issues. First I tried just base64 encoding the image/file , but next seems to have a limit...

[NotionBird](https://twitter.com/NotionBird) - A twitter bot to save tweets and thread to Notion [Asorei](https://asorei.vercel.app) - A simple church management system

[yup ](https://github.com/jquense/yup#schemalabellabel-string-schema)has a method called `.label()` that you can use to replace the `String` part in the error message. I wish zod has something like that

It's still there, only the commands changed. `graphql create [directory] -p [project-name]` Then you choose the boilreplate in the next prompt > > > What happened to using a custom...

Oh ok, no problem. No hurry with that. I'll just have to delay the printing feature for now(not a major one) On Thu, Mar 31, 2022, 22:00 Matthew Herbst ***@***.***>...