Rishichandra Wawhal

Results 11 comments of Rishichandra Wawhal

I was facing this error when I gave the modular path to my application as `main.py`. I fixed it by creating an empty file called `main.app` just next to `main.py`...

As it was called `modular path` in the init phase, I got confused. I thought it would be the path to a file (apologies for my bad Python) It is...

Thanks for pointing @nchudleigh @malkia . Does one of you know a more apt blogpost for Angular and Webpack? I would really appreciate it if you make a pull request.

Hey @mgnshawn Thanks for pointing out. Could you please make a pull request? I have not used Elixir so I think it'll be better if you add it.

Hey @GabrielDelepine! Definitely. Feel free to open a PR and we'll review and merge it.

Hey @chtnnh! If a user subscribes to a GraphQL query (not a subscription), the client should be able to give a realtime response by polling the query. The pollInterval should...

We should do this ASAP. While building apps in React, the structuring of React components is highly opinionated if you are using Apollo client. You are forced to use it...

@kartikpandey2 a lot of custom errors are thrown and some might even show the stack trace. Every error should be of the form described above if graphqurl is being imported...

`Error: ` should be fine if it is a custom error. If the error comes from the server, it should be of the above type. In case of `gq http://somerandom.url/graphql...