Luís Rudge
Luís Rudge
Yeah, that's a good idea. I tried to find a way to get the `@db.ObjectId` info from the model info, but it's not exposed anywhere. Ideally, we'd just detect that...
follow up here: https://github.com/prisma/prisma/issues/20385
I'd be happy to review and merge a PR with this change!
yeah, it doesn't support `dbgenerated` as a default value at the moment. In your specific case, the issue is here: https://github.com/luisrudge/prisma-generator-fake-data/blob/main/src/helpers/createMethods.ts#L45-L47 I guess it's closely related to https://github.com/luisrudge/prisma-generator-fake-data/issues/17 and https://github.com/luisrudge/prisma-generator-fake-data/issues/12....
Interesting. Thanks for the issue. Not sure what Prisma will report in the [`DMMF.Field`](https://github.com/luisrudge/prisma-generator-fake-data/blob/main/src/helpers/createMethods.ts#L7C10-L7C20) object for fields like this. Can you write a failing test for it? - Create a...
@jnebrera what camera are you using? I'm looking at adapting this project to use it in amateur soccer games (low quality recording). I'm using the Insta360 X3 to record my...
@jnebrera they look great actually. 20fps is a trade-off for sure, but maybe good enough considering the price? I guess if you count the fact that you need to buy...
@jnebrera ohhh! TIL. thanks for sharing
yeah.. just experienced the same thing with GoingToCamp (trying to use Parks Canada, rec area 14).
this would be very valuable to be able to run the vite dev server programatically as well, since vite only exposes connect-compatible middlewares: ``` if (process.env.NODE_ENV === "development") { //...