Dan Allan

Results 758 comments of Dan Allan

The conda-forge receipt was lacking in attention for a while there, but it's been in good standing for the last couple months. I'm going to close this. Sorry for the...

I have good news. There is a [custom plan already in your IPython profile](https://github.com/NSLS-II-CSX/xf23id1_profiles/blob/master/profile_collection/startup/95-plans.py#L102) for this purpose.

I agree it's likely to pop up elsewhere. We haven't settled on a good way to parameterize it. Do we add an extra keyword argument to _every_ plan exposing a...

The SQLite usage here is coming from a databroker backend that was experimental in ~2015 and never used on the floor at NSLS-II (or anywhere else, to my knowledge). There...

@joshmoore @MSanKeys963 If you have a moment I wonder if you could comment on plans for datetime data types in Zarr v3. At SciPy 2023 I remarked to Josh that...

The next time we have a strong reason to need a migration (maybe #684) we can merge this at that time and lump it into the same release, so that...

TO DO: - [x] Revisit the need to resort to middleware, in light of `get_entry` being a simple function instead of a Dependency. - [ ] Validate this against https://kitware.github.io/itk-vtk-viewer/app/?rotate=false&fileToLoad=https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0062A/6001240.zarr...

Hahaha this brought me so much joy @joshmoore, much needed on this workday.

Nice! I suppose we could consult the [`Accept-Encoding`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept-Encoding) header, and default to `lz4` if not set. I'm not sure though whether any Zarr clients currently engage that header, or whether...

I think they should remain methods. In fact, a year or so ago we changed `metadata` from a property to a method. Two reasons: 1. Support optional async and possibility...