Dan Allan
Dan Allan
Right... the use of the phrase "used as a function" and the phrase "does not ever return false" in comments above makes me think there is still confusion here. The...
Thanks for the change and the clarification.
To highlight the problem here, the `datum_kwargs` for Datum documents that point to the same Resource are supposed to have consistent keys, just as Event documents that point to the...
January 2019 at CSX, IRCC (@gwbischof shouod confirm). Not so old that it should be broken. It _could_ be the result of hand-inserting documents after an interrupted scan, which we...
From an API point of view, I would also consider making a higher-level thing--either in bluesky itself or add the beamline--that combines these capabilities. The design `f(..., also_call_g=True, also_call_h=True)` doesn't...
Maybe fixed in https://github.com/bluesky/bluesky/pull/1357/commits/cbfb0665c9e362e06cd0370d91b21d1451095c7a
In the name of simplicity of API, I suggest we start with an un-configurable heartbeat task that emits a message to a dedicated logger at a fixed interval. Disinterested consumers...
Bottom line: I'd merge a PR adding hooks if you need them, but I'd be interested to know how close bluesky-widgets is to meeting your use case(s). It is much...
IPython's built-in magic `%xmode` is a step in the right direction. We probably want to provide something even more aggressive. Demo: ``` In [17]: RE(123) --------------------------------------------------------------------------- TypeError Traceback (most recent...
We should also look at: https://vorpus.org/blog/beautiful-tracebacks-in-trio-v070/