Devin Elrose

Results 7 comments of Devin Elrose

Still wondering about this. Is this the correct syntax? ```typescript await prisma.post.findMany({ where: { user: { isNot: null } }, }) ``` ```typescript await prisma.post.findMany({ where: { user: { is:...

Oddly, the TypeScript type for `count` this doesn't omit `distinct` - it just omits `include` and overwrites `select`, so there is no type error if you try to write something...

My TypeScript is very unhappy. Took me a bit to realize that it's because this lib doesn't support React 18 yet - I was getting errors the same as #1739...

I'm running into this same problem - I'm not sure if there's even a way to check what I want right now. Here's a [TS playground example](https://www.typescriptlang.org/play?#code/C4TwDgpgBAggNnA9gdwgEwGoEM4FcIAq40AvFAM7ABOAlgHYDmUAPlHbgLYBGEVAUKEiwEKdNjwQAShADGiKmihlpchQB5KtRgBphSVJhz4ikAHx8BxPaMMTyAMVx0ZwGojpqCUCAA9gEOjRyawNxfBV5NFMlKAAKADcjCHIALigCAEolaPjEGjQLAHpCqABacvKoYot6fyoAMywZaABZEAAFKkQwYIBvPihBqA5k8iwGCDTNegYBocSJNPZuXjnBmnJ4fXQAfjSuREQ4CCw6PgBfGro6xuaoAHlgAAteTu6+tagQZLSAIgBJKBYDhAijUGa-T4gXBgfaHY6nC4WOR0ShQZ4bADKT0QuDgaAAQhB7PRJlA2m8ejF+kNhqNxmTfi8RL9tJ8Fvg0gBGC4ULCucj1GjJEJiJIRBTI9xojHkbG4-EAOUQwCJJLoZIpXSpZBpQxG5DGEz+zKQrPZSW5bNpxSgAAFgORSr5IC5nVQuvxaRstjY0o04OQIGzznyBUKRb7QuLZJEiiUHU6XbJgO7PVB5XjFI0aHAoDwZFhcEGoAADH0iAylqAbUEHI4nM4otF0FVR9Bpdu2fAOJwuNweLXvaJkWJZEjRXqXPi2ghPWvkHFZ-PQHDbArN4BAysd0Xd5KOZyudxqR4vKiU8gjuLjyeXWkPx9P59P20APSggK4WHINELCBAKAACtiy3ZBTi3WV0UQKAZBeGQAGsww2CNyD4IA) ```ts type AllowedValueType...

I created a package to inject buttons into the addon bar so that they appear the same as the Ladle built-in addons do. If you would like to use it,...

@tajo Certainly! I would be glad if this could be officially incorporated into Ladle. I've had pretty good success with this so far, though I had to chase down a...

3 years later: Oh, a PR! I'll have to spin this project back up and validate this. Thanks for the contribution!