Results 278 comments of Peter A. Jonsson

@na9da alright, fixed! Thanks for getting the merge-train going again. It would be nice to get #7218 merged so an upper bound for mobx version is added. And also ESLint...

Apparently everything breaks when trying to remove these things, so I'll get back to this later.

@Kirill888 that solved half of it, issue still exists in `geom.py:940` on latest develop, so I'll reopen this.

Is there something we can do to help with this?

Urllib3 version 2 works for Python >3.9 after #830 was merged, but that is after vcrpy 6.0.1 was released.

I have used Ruff since v0.3.4 in late March, and the experience has been great, it's both reliable and quick. This PR only enables the formatting parts of Ruff, but...

@subnet001 there are both pros and cons of both alternatives so I need to think a bit, let me get back with a nuanced response on this next week.

This PR is by no means exhaustive, but for taking 15 minutes to make it's a significant improvement. The reduced import time is noticed when using other code paths, for...

@subnet001 it's been a year since the last release and there has been some code improvements, could you please make a new release after merging this PR?

> The [collections search query](https://github.com/opendatacube/datacube-explorer/blob/develop/cubedash/index/api.py#L137) is only used to return STAC Collections, which means it never needs to return full geometries, only bounding boxes. Bounding Boxes can be efficiently computed...