Results 282 comments of Peter A. Jonsson

You seem to be able to reproduce it reliably across multiple environments, so there must be something going on either with your setups or ODC. And keep in mind that...

I know that the Mapper comes from SQLAlchemy (https://docs.sqlalchemy.org/en/20/orm/mapper_config.html), I don't know exactly where it resides in a running application. We're talking about databases and distributing datacube-core though, and I...

This fixes 550 warnings that `test_page_load` triggers, 220 warnings triggered by `test_stac`, and a bunch of other warnings. After this PR, it's clear that the remaining GridSpec warnings are caused...

Making this a draft since https://github.com/opendatacube/datacube-core/pull/1783 revealed the resolution can be a scalar. If the grid_spec property remains and is no longer deprecated, I think it would be better to...

@rouault I'm hitting this build error when standing in `docker/` on latest master and running `ubuntu-full/build.sh --release --gdal v3.9.2 --proj master --platform linux/amd64 --tag 3.9.2`. I don't think it's my...

I agree that it's a pain to make the build container and copy the built wheel over, but the recommended production use for psycopg2 is to use the source package...

I'm sure this is not going to help you 2 years after you filed the ticket, but putting this here for future visitors: The ts-fix tool from Microsoft managed to...

I have already done some investigation of this, so I'll take a look at this after #1870 has been fixed.

The types are in the documentation now, so closing this.

Can you reproduce this problem, or does it happen intermittently (and rarely)? Were the downloads done through `download_features()` so there was concurrency involved?