Dan Allan

Results 756 comments of Dan Allan

There is unit test and fix for this in https://github.com/bluesky/databroker/pull/772. Let's wait to close this issue until we can test it "in the wild" against one of the examples above.

xref https://github.com/Thriftpy/thriftpy2/issues/218

@blink1073 Good question. Overriding the existing instance is a reasonable alternative, but I think two separate managers is a cleaner solution to this particular use case. We have a database...

The ESS example linked above is not what we're looking for. Perhaps we should just fork https://github.com/klauer/simioc-docker in a facility org and run that. Unlike `epics-docker` it does have one...

Related proposal, ported from https://github.com/NSLS-II/dataportal/issues/194 and https://github.com/NSLS-II/metadatastore/issues/234 Proposal: ``` def tag(self, rs_uid, dict_of_stuff, update='upsert'): ''' Parameters ---------- rs_uid : str the uid of the rustart to tag dict_of_stuff : dict...

This conversation has been revived. It would be interesting to pull out https://github.com/als-computing/splash-ml/blob/master/tagging/tag_service.py into a separate shareable library. A tag should have: * a Run Start uid * a string...

The experimental implementation of the V3 spec is https://pypi.org/project/zarrita/

Maybe we can solve the cachey problem by simply [dropping the dependency](https://github.com/bluesky/tiled/issues/683).

I would merge PRs doing both.

Perhaps this could start in a new module, `tiled.client.smoke`.