Joshua Dutton

Results 26 comments of Joshua Dutton

I'm having this issue too. Workaround: put the text in a JavaScript `var` and insert it into JSX with the `{}` notation: ``` javascript render() { const title = "Don't...

Me too Atom: 1.9.9 atom-react: v0.16.0

I do this with the following command: ```Shell npx react-native-rename MY_PROJECT_NAME ``` If you want, you could just add that as a `package.json` script

I found it in the purchased version. It's confusing since you link to the docs from the README and you don't state the changes between the free and purchased versions.

@elitan Any updates on this? I have some projects that I will be putting into production over the next few weeks, and I would really like to be able to...

@dbarrosop I'm willing to implement it and send you a PR, I just need some guidance: - How do I set the env vars when running locally (using `nhost up`)?...

> Both Auth [[PR](https://github.com/nhost/hasura-auth/pull/317)] and Storage [no PR needed] are prepared and should work with any naming convention. That PR changed auth to access the DB directly and not through...

I just did a diff (https://github.com/nhost/hasura-auth/compare/refactor/sql-operations...main), and it looks like most of the support is still there to use `pgClient` instead of `gqlSdk`. I could go through and make that...

I agree. After thinking about it some more, I think it's best to us Hasura GraphQL APIs, that way we can leverage everything Hasura gives us. My approach would be...

As far as codegen goes, whenever some API was changed or added, one would just have to run one codegen configuration pointed to a Hasura instance with one naming convention...