James K Nelson

Results 89 comments of James K Nelson

Unfortunately this is currently pretty tightly coupled with React. In particular, the state management is based in a bunch of React hooks. These would need to be reimplement as plain...

The styles are all separate, as part of the demoboard-ui package. You should just be able to swap that one out with your own package to theme it.

So to get it working, I think this should work after a fresh clone: ```bash yarn install yarn build cd examples yarn start ``` Did you give this a go?...

Ah yeah, definitely the second issue. All localhost:5000 should do is serve a `container.html` file from the demoboard-runtime package. This is the file which is opened in the preview iframe...

Sure, something is better than nothing! I've got a closed source one too which I should open source, but there's a lot of code. For something official, I think it...

Just in case anybody would still like to know of use cases for this, there is the fact helper functions could be placed in _data.js. Also, if .coffee was also...

This would work fine for my use case as well. I think it's a solid compromise 👍

@tirumaraiselvan Yes, it appears the algorithm is [none](https://firebase.google.com/docs/emulator-suite/connect_auth), which doesn't appear to be specified in the JWT standard, but it'd be super handy if Hasura could support. This would allow...

@marksyzm I think it should be enough for the existing `HASURA_GRAPHQL_JWT_SECRET` environment variable to support a `none` type