Saad A. Bazaz
Saad A. Bazaz
Hey @beerose . Awesome work here. Were you able to implement reply? Is it available now?
I saw your blog earlier. Some good stuff but it might take me some time to absorb in my schedule. I think it'd be easier to start with one-level. E.g....
Sounds good. Any way I can help out?
Facing the same issue. Would be great if this can be mentioned in the docs or the JSON can be uploaded. note: Got it working using @vahidtakro 's suggestion.
My metadata.json file for Version 3: ``` { "resource_version":3, "metadata":{ "version":3, "sources":[ { "name":"default", "kind":"postgres", "tables":[ { "table":{ "schema":"public", "name":"comments" }, "insert_permissions":[ { "role":"anonymous", "permission":{ "check":{ }, "columns":[ "author", "content",...
I used Hasura as a Docker container and it set up perfectly. Found it faster than setting up an account, even. 😅 I then followed the steps on your website...
That sounds great. Multiple options with their explained pros/cons is good.
Interested in this.
Following. Waiting for an open-source Jailbreak 😈
Something more on the lines of how NestJS manages em. For production, they throw JSON in the terminal. For dev, it's formatted. https://docs.nestjs.com/techniques/logger Mostly we see: Status code Route Time...