Florian Loitsch
Florian Loitsch
The README now (actually already for a while) has instructions to run `install.sh`. If you see other issues during building (especially Windows) please let us know.
Unfortunately we haven't made a lot of progress on the ESP32 variants. It's still high on our list, but currently the steps are probably necessary.
I'm fine either way, as long as the documentation is updated. Note that quotes already dropped inside an `or` (or similar construct): `or=(data.eq."foo")` is the same as `or=(data.eq.foo)` (btw: is...
> For now, this is documented in the [Horizontal Filtering](https://postgrest.org/en/stable/references/api/tables_views.html#horizontal-filtering-rows) and the [Working With PG Types](https://postgrest.org/en/stable/how-tos/working-with-postgresql-data-types.html) sections in the docs. The tests we use for Filters could also be useful[.]...
The distributed binaries for Jaguar are currently not yet set up for Aarch64. It's relatively straight-forward to compile Jaguar itself for Aarch64, but the Jaguar binary then downloads the SDK...
Thanks for the fix. I upgraded our workflow. Couldn't test it yet, but I think we will do another release next week.
> Out of curiosity, can you share an example migration file and explain a little bit more about the reason you're adjusting the search path within your migrations? Of course....
The given repro did not work for me, but after adding a 3rd characteristic I'm also encountering crashes. It doesn't seem to be fully deterministic and there are different stack...
I partially agree with @AxelLin and partially with @mythbuster5. A buffer-overrun is kind-of bad and hard to track down. So fixing it in the other branches would be nice. Especially,...
I just wrote the following patch for our local copy of the ESP-IDF: It looks like it gets rid of the memory corruptions we have been seeing. ```diff diff --git...