Gabriel

Results 132 comments of Gabriel

Can somebody check isf upper-case or lower might affect? In my case it solved the problem instantly after trying everything

Could this be integrated with just released home assistant bluetooth proxy for scanning tags?

In my case was that the backend was returning wrong CORS headers (Allow *) and nginx is not overwritting them. If backend sends an *, nginx just append it to...

Hi all! I'm really interested in this one, are there any news about it? I need it for both cache validation, to avoid the lost update problem and for bandwith...

Yes! That's a good summary. It would be nice to have a setting to limit the maximum body size which the hash is calculated. Just imagine a 100gb file download,...

It depends on the client and it's cache. A typicall web browser won't ever cache any single file > 5MB aprox, because the bigger the file the least probably you...

> I don't have a pg 15 to test it, but LGTM! > > Could you add an entry to the [Fixed section in the CHANGELOG](https://github.com/PostgREST/postgrest/blob/main/CHANGELOG.md#fixed)? Done!

I haven't checked if this is working with previous versions of postgres. But it seems that it should also fail because this union is wrong anyway in any postgres version....

You are right then, postgres 15 seems to not consider char as text anymore as it is deprecated and this should not affect past versions of postgres. Anyway it is...