Tanmai Gopal
Tanmai Gopal
Hi folks. We’ll always make sure you can run Hasura in production! Most of our time is and will be spent on open-source work. Hasura Pro add-ons need Hasura (open-source)...
I thought we had already done this. Let’s plan to do it if not. Can you add it to the open-source-community project as a candidate? On Mon, 3 Sep 2018...
I don't know enough about this problem, but for now we should just have documentation that can be a manual step. I think all these problems will go away in...
@jsierles Yep. You can then load the build argument from the kubernetes environment ```bash kubectl get secrets my-secrets -o json | jq -r '.data."githubToken"' | base64 --decode ``` and then...
@adrianog Well these are the commands that you would need to run on openshift? Do you foresee that they would run as is on an openshift kubernetes cluster? ```bash kubectl...
@jvice152 Makes sense. Could you also provide an example of a sample graphql mutation that would ideally work?
@jin09 Thanks for the PR! I've never used the jetbrains python IDE before, but I don't think we should be committing the `.idea` directory. If you're sure about this can...
@jin09 Sorry for being totally AWOL on this. I tried this out a while back and forgot to comment. I had a question: What is the local development workflow for...
@geekysrm That would be awesome. However, I think meteor only works with mongo and we only support postgres for now. There is a meteor postgres project in postgres but it's...
I vote for no. 3. Objects or object in upsert makes more sense. Also, will this be a breaking change? @0x777