Lele Gaifax

Results 153 comments of Lele Gaifax
trafficstars

I will have a look at the `ijson` interface, thanks. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver...

A quick look at `ijson` reveals that what you want is not the SAX interface, but rather an iterative interface to the reader, something more *complicated* because RJ does not...

Uhm, I doubt the encoding/decoding overload would change, even if done internally by RJ... and given that you seem massaging not trivial amount of data, that it is high enough...

I will try to understand the impact. But my first reaction to your use case, with due respect, is that JSON is not really the right tool: encoding hundreds Mb...

That shall happen in `cibuildwheel`,

Even though `cibuildwheel` [mentions](https://github.com/pypa/cibuildwheel#what-does-it-do) it, it does not seem to be available on GH Actions [yet](https://github.com/actions/virtual-environments/issues/2187).

I started to get the mentioned error, only for the Python 3.6 wheel though. Previous builds completed without error, but latest changes to the source (I used a few abstract...

I never tried to build it on Windows machines, and the error is quite obscure, so it's not easy for me to help here. Does the compiler toolchain come with...

A very quick inspection suggests that even the underlying libpg_query library isn't easily compilable on Windows: its Makefile relies on GNU make facilities...

Thank you Lukas! I spent a little on this, but the `nmake` that comes with Visual Studio misses lots of GNU make extensions... I don't know if that will require...