Dan Allan
Dan Allan
I hope we get to use streamz. I really like it, but with my day-job hat on I'm not ready to bolt ourselves to it to the same level we...
I think we’re on the same page. To be clear, slim in which sense?
I suggested this too. Weird though because I remember that the CI runs in Berlin (or used to?) and has caught ET-centric assumptions in the past.
The issue with `test_time_range` is fixed by #624 (confirmed locally by @dylanmcreynolds). The issue with `test_partial_uid_lookup` is likely #431.
Oh, 100%. I’m not sure if this is a controversial opinion, but I think stripped-down Linux variants for containers and more trouble than they are worth in general, at least...
@bruceravel would use this. :-D
There is a way forward on this -- likely adding a parameter that accepts a `slice` object -- but no time to implement it properly before 0.9.0. Punting to 0.10.0.
Hasty notes on a design conversation, will expand this into a DBEP and/or a PR later. ## Slicing and Chunking * `data()`, `table()`, and `events()` should each pick up `slice`...
As we have now factored the databroker into a notion of a "header source" and "event source", the phrase "know where they came from" isn't precise enough have a yes...
Relying on xarray+dask gets us part of the way there: cheaply get a lazy "shell" (xarray of dask array), slice on it in potentially complex ways, and then load the...