Dan Allan

Results 757 comments of Dan Allan

Seeing :+1:s from @Kezzsim and myself, I think going ahead with (4) with name `type` makes sense.

FYI, @hyperrealist, you may have seen this go by already but in case not, the CI failures on Python 3.11 are not the fault of this PR and can be...

Rebased to pull in latest `CHANGELOG` and place this change entry on "Next" release.

Revisiting @hyperrealist's [comment](https://github.com/bluesky/tiled/pull/688#issuecomment-2022135250) proposing this API: ```py { "type": "application/json-patch+json", # could default to this. may also support aliases "json-patch" "metadata": [ { "op": "replace", "path": "/test", "value": "testing" }...

Looks good, now just needs rebase

Action item is for @danielballan and @ronpandolfi to schedule a call to review `BlueskyRun` creation methods.

@tacaswell suggestion: > Take in a `start`, `stop`, and a dict of `xarray.Dataset` objects.

Results are always sorted. If the client does not specify a sorting, every container adapter (`MapAdapter`, `CatalogContainerAdapter`, `CatalogOfBlueskyRuns`) has a default sorting, so that order is stable across calls. However,...

Power-cycled to re-run CI