Johan Eliasson

Results 157 comments of Johan Eliasson

Another one: https://github.com/facebook/docusaurus/discussions/7535

Agreed. I'll look into it. Any preferred solution?

Yep, upgrading to 6.x.x worked for me. I think this issue can be closed.

I think GraphiQL in the Hasura console is enough. If you want to use the GraphiQL Playground, which is a great tool, you can use it separately as a web...

@FakhruddinAbdi Hasura is open source. If you want this fixed, you can do so and make a PR.

I think I'm 100% correct because: - Whether a bug (it's not really a bug but a feature request) is minor or major is arbitrary. - The part you want...

Adding useful comments to expand issues and show user demand is good. What's not helpful, and what I was pointing out, is this type of comment: > And as the...

Do you mean that an OTP should only be valid for a certain time? Say 5 minutes? And you want that be able to configure that "5-minute" value?

Right now, the scopes are hard-coded, like [this](https://github.com/nhost/hasura-auth/blob/main/src/config/providers.ts#L61-L65) for Facebook. But we can change them manually, as @mdp18 mentioned. We'll add the UI to make the scopes editable in the...

Seems like Hasura can not access Functions. We're working on a new structure for the Nhost CLI where Hasura and Functions will be in the same docker network, which will...