Luca Palmieri
Luca Palmieri
This is related to https://github.com/LukeMathWalker/cargo-chef/issues/150 and it can be solved by using `cargo-metadata` for artefact detection rather than our home-grown solution. Thanks for reporting it!
OK, something is not quite right—trying to figure it out, but I'm struggling.
Found it—I forgot to reset some iterator-local state 🤦🏻
The same query I mentioned in https://github.com/pola-rs/polars/issues/11829 minus the streaming part, with the important caveat that it is running over a large Parquet dataset that's (Hive-)partitioned into thousands of small...
We're running into this issue with [our Rust-Python interoperability course](https://github.com/mainmatter/rust-python-interoperability), which uses `rye` to setup Python reliably on students' machines. `sysconfigpatcher` has been very useful to troubleshoot and patch students'...
When pinning the version of Postgres to 12/13 I fail to reproduce the issue. I closed it until I can add enough details for you to reproduce :+1:
Upon closer investigation, it only happens with Postgres 11 or earlier: https://stackoverflow.com/a/53150621/5861287
A per-file solution would be ideal - it might be undesirable to disable transaction guarantees for all migrations while it is actually needed only for one. A comment could be...
> I don't think it's an issue since that's a valid SQL comment. It is indeed a valid SQL comment, but it actually does stuff, so it's not really a...
> This would indeed be nice to have! I'm not sure of a way of adding this in a performant way currently. Perhaps others have put some though into this...