Dan Allan

Results 757 comments of Dan Allan

I noticed this too. Thanks for documenting it @gwbischof. Does anyone have a guess about which setting `tzlocal` might be trying and failing to find? Is there an environment variable...

If we had silently fallen back to UTC in this case, then @tankonst would not have noticed anything wrong with timezones, but she would have been handed the wrong results,...

As an aside, I have [just now] set `TZ="US/Eastern"` in the spawn process of the SDCC JupyterHub, so for that particular deployment this will be a non-issue.

If we can get Archiver properly re-integrated with databroker v1/v2, `databroker-pack` will "just work" and treat the Archiver time series as just another data stream. Let's discuss how to implement...

As a point of information, the abstract mapping base classes in `collections.abc` do not implement copy.

Could you clarify with an example what you mean by "act somewhat" as a callback?

@CJ-Wright Belatedly, you had a fair point. The asset refactor make this much easier to do. See example: https://gist.github.com/danielballan/24a1e6c055fe24d764462169727dd89f Once we figure out how to parameterize that nicely, something like...

My example hard-codes assumptions about how to layout the data in the HDF5 file. We have make _some_ assumptions at the level of the Python code, but we'll probably let...

Coming back to the original question: > It may be helpful to have db.export act somewhat as a callback. Most of this is handled in db.insert, but the copying of...