Jon Duckworth

Results 120 comments of Jon Duckworth

Given some of the uncertainties around handling the case where no Raster Band exist it might be best not to attempt any migration in that case. In that case, the...

> 2\. Makes `.` lookup a bit slower, though on par with `@property` so maybe it's acceptable. It sounds like Python uses descriptors under the hood for `@property`, so we...

> This behavior seems reasonable as long as it is understood (I think a warning in documentation specifying the behavior). I think this would be a good approach for PySTAC....

We have a customized `layout.html` template that referenced a `prev-next.html` template that was removed in this release. I updated this PR with a change similar to [this one](https://github.com/bokeh/bokeh/commit/2a44125cd141c89065cd007622bc81fbca06b36b#diff-b5399993e262c72f6eee854567a8945ca65448b8db6a65d4a021e9352a24ec61) from the...

Good catch @gadomski. I actually never noticed that the "On this page" menu was part of the landing page, because it ends up getting pushed so far down. I don't...

My Sphinx knowledge is pretty limited so I'm probably going to table this in favor of some other bug fixes to allow us to get a release out soon. If...

There is a dependency conflict between `sphinx-panels` and `sphinx>=5`. Until that is resolved we won't be able to bump our Sphinx version.

`asv` also allows us to benchmark peak memory usage, object-specific memory size, and custom metrics (more detail [here](https://asv.readthedocs.io/en/stable/benchmarks.html#id2)).

It seems like we should align with whatever the official extension title is in the extension repo. Since that extension uses "Point Cloud" as the title it seems like we...

@lossyrob I'm going to move this to a future release so we can move forward with 1.5 and 1.6.