photz

Results 9 comments of photz

Thanks for your response, I'm currently using the subzerocloud/postgrest image which apparently already incorporates the changes you mention. At the moment resource embedding on the `state` column in the following...

For what it's worth, here's how the authors of Postgraphile deal with this problem: https://www.graphile.org/postgraphile/smart-comments/#constraints

This issue continues to make my life quite miserable... What often happens is that everything works fine for a while, then suddenly my client stops working, and on closer inspection...

I'm using the following Dockerfile to add pg_cron to the Postgres image based on Ubuntu: ``` FROM postgres:9.6 # Follow the instructions on https://wiki.postgresql.org/wiki/Apt # to install pg_cron RUN sh...

What is `LayoutBase`?

Am I missing something or is `LayoutBase` not actually being used in the code you are showing us? Could you create a minimal self-contained runnable example? When posting an issue,...

@purpleKarrot Did you get PostgREST to work with the JWK from Auth0 in general? I copied the first key in mytenant.auth0.com/.well-known/jwks.json into a file and set `jwt-secret = "@thefile"` in...

@jcozain Yes, PostgREST seems to only support single JSON Web Keys at the moment, not JSON Web Key Sets. I am using `jq` to extract the first JWK and remove...

@Crell Would you mind running the workflow once again?