Cam McHenry

Results 59 comments of Cam McHenry

If it's easier, the library could support non-recursive queries first, and add recursive functionality later? So these queries would be supported: ```ts // Supported currently const users = db.user.findMany({ where:...

@kettanaito I'm actually not sure about the missing braces, I took these examples from the Prisma docs, and there's a few examples where they don't have any brackets. I'm not...

👋 Thank you for the feedback! I don't believe this is something that we currently support through this action. We have an item in our roadmap for [automatically adding issues...

👋 We are currently working on deploying some internal security policy updates that we think might be related to this issue. We are tracking this issue in our internal backlog...

👋 @EzzioMoreira I was able to reproduce this issue in a test organization + repository. The error seems to indicate that the issue is with this line in the `add-projects.yaml`:...

👋 Thank you for reporting this issue! I agree that our messaging here is somewhat confusing and could be improved. I've created an issue in our internal backlog to make...

👋 Thank you for reporting this issue! I wanted to post an update here to let you know that we are aware of this issue and have bumped it up...

I agree, it seems really clunky to have all of the functions check if the first argument is an object or a number. That code does seem like it would...

Looking at #10, should the point code match the vector code? If that's so, the tables should be tagged with some sort of type property. Otherwise, these functions would be...

Fair enough, that's sort of what I was thinking anyway. Unless there are other specific objects that should be added I think this issue can be closed.