saolof

Results 26 issues of saolof

The code is published without a license, would it make sense to add one to the repo?

Just one point of input: SmallString is twice as large as Symbol and more expensive to both hash and compare, in addition to being library-specific, and occasionally having some limitations...

The etag header is often used together with the cache control header to handle cache freshness and transactions in restful transactions: https://dev.to/andreasbergstrom/understanding-cache-control-and-etag-for-efficient-web-caching-2nf5 https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/ETag This works out of the box in...

The current Auth implementation only includes jwt, but seems to be open for future extension with Oauth or LDAP integration. https://github.com/PostgREST/postgrest/blob/main/src/PostgREST/Auth.hs How high priority is this? None of the infrastructure...

idea
authn

### What is the problem you're trying to solve Mapping a specific uid/gid pair inside the container to a specific user outside the container. For example, mapping the postgres uid/gid...

kind/feature

Postgres 18 was supposed to have direct support for uuidv7, and even if it does not gain it uuidv7 is somewhat common as application generated uuids. The downside of uuidv7...