Antoine Cormouls

Results 241 comments of Antoine Cormouls

thanks @n1ru4l i'll take a look to update the test

Hi @mtrezza , @n1ru4l, I think that a breaking change was maybe introduced. But this is why I added a test during my development on yoga since I know that...

@mtrezza if you have a suggestion, this PR just fix LRU depreciation warnings. It was introduced after the LRU cache package update.

Maybe we could ask NextJS team how they manage and they send telemetry data https://nextjs.org/telemetry @mtrezza do you have a tool in mind to collect telemetry data and set up...

@davimacedo do you have an idea about a simple implementation ? After reading the LiveQueryServer and Apollo Server Sub docs i'm not sure how to implement the feature ?

Yes no problem @davimacedo , i will try to make an API suggestion during the week. I already have an idea to get something easy to use and to understand.

So @davimacedo here our spec for Sub API, what do you think about this one ? @mstephano, @TheTyrius, @FNPCMDs, @raajon Do you have a feedback on this proposal ? ```graphql...

@mstephano here we do not have `edges` since events cannot occur simultaneously, each event will always return only one `node` (like Parse JS SDK live queries)

TLDR: Parse can't return edges for subscription, but Apollo currently has a system designed to handle your use case: https://www.apollographql.com/docs/react/data/subscriptions/#subscribing-to-updates-for-a-query @mstephano , yes parse server cannot return a list of...

Hi @amkarkhi this feature is still "up for grabs", graphql subscriptions are not currently supported.