Jens Tröger

Results 294 comments of Jens Tröger

> I tried it out on my Mac, it works fine, but MacOS version is different. I suspect that’s the issue because there’s no pre-compiled wheel available for macOS 10.14:...

I’ve been using [hypothesis](https://hypothesis.readthedocs.io/en/latest/) a lot which is inspired by/based on Quickcheck, and it too focuses on property based testing. From my experience it’s great if the units/functions under test...

> Note that the problem is not so much about data but about trying different combinations of query params, i.e. adding `limit=10` to`order=headofstate.desc.nulls.last` (this was [#4109](https://github.com/PostgREST/postgrest/issues/4109)). Which has something that...

> Thanks, but, unfortunately, this would be a breaking change for anyone already implementing one of these hooks, so I don't think this can work (and I don't think the...