Hugo FOYART
Hugo FOYART
Hello We had the same performance issues as described in the previous comments. The issue was mostly visible on Android, but also on iOS. We did a workaround requiring some...
> @foyarash very impressive 🔥. Have you managed to fix the Button performance issue? Can we know your implementation? I made a gist with the few files i used https://gist.github.com/foyarash/fa260a37fae9b085b89af13f61f46713...
Hello It seems that kind of option is not part of the `PrismaClient` possible options as described [here](https://www.prisma.io/docs/reference/api-reference/prisma-client-reference/#prismaclient) But for what you want to do, a simple solution would be...
> Hi! How can I add a relation when creating a new record? > > This is an example. > > model Article { id String @id @default(uuid()) title String...
I actually was able to make it working but not totally The issue seems to come from the animation prop. If i remove it, the styles are applied, but its...
Hello Sorry for the misunderstanding. So basically, this is the look we have when the graph renders initially on the current version: ![Simulator Screen Shot - iPhone 13 - 2022-05-27...
> > Let me know if that is more clear for you > > Got it, but I can't think of a use-case for this feature atm. - why would...
Hello @mrousavy have you had a chance to look at the latest changes ? Thank you 🙂
Hello @Kiborgik sorry for the delay. I think you're trying to use the `$or` operator in an invalid way. Your `$or` request should be like `{"$or": { "fullname": { "$cont":...
Hello, Sorry for the delay. It is now fixed in 2.3.2. Let me now if it works fine now