Luis Gerardo Ponce Rodriguez

Results 19 comments of Luis Gerardo Ponce Rodriguez

Following this guide: https://hasura.io/docs/1.0/graphql/manual/deployment/deployment-guides/heroku.html#updating-graphql-engine I was able to fix the issue and now I'm able to access the Hasura console on Heroku

The issue appeared again, and this time, I'm unable to fix the problem. I'm going to open an issue on the graphql-engine,

Hey @mrochon, where you able to fix the issue? I think I have a similar issue (#119) on signups and signins

Issue still happening 2022. I have to delete the pro controller from paired devices and pair it again via bluetooth everytime the controller turns off :/

Any news on this? The only simple alternative I can think of is to reload the whole page when navigating to avoid two renders but there's no support for [`forceRefresh`](https://github.com/remix-run/react-router/issues/8242)...

@ryanflorence My issue: Whenever the component mounts, I make a HTTP request. Because of the double render issue, the component is making two HTTP requests, and for my particular case,...

Can confirm that the 'cannot find alias' issue was not a problem before. **UPDATE**: I was having the 'cannot find alias' error on the `save` method. The reason was that...

Would you like to consider re-opening this issue @wovalle ?

@wovalle thank you! It would be really great if we could this: ```ts @Collection() class Artist { id: string; name: string; // some other useful props } @Collection() class Band...

> In your example artist was declared as Artist but in the create, artist is being set by the reference path (string). What if we pass an Artist object instead?...