Dan Allan

Results 756 comments of Dan Allan

Provisionally filing this as v0.0.2 because it's part of feature parity with Versionista (which recently added this feature). Feel free to re-file if you disagree.

Two httpx comments: - Three years into working with httpx in my primary work project, I like it. - They are pre-1.0, and they do still break things. Given that...

This does feel like too much custom HTTP code for an application library. In httpx, the Transport abstraction, sitting between the Client/Session abstraction and the connection pool, is the right...

Note to selves: once this is closed, it might be kind to state in the release notes how to migrate wayback v0.1 code to whatever API we settle on for...

Ah, I was conflating the Timemap CDX API with the _timemap_ API. I have half-absorbed the fact that they are different things, but I got confused here. Which one did...

This makes sense to me. In a similar situation in https://github.com/caproto/caproto I came to prefer composition with rather than inheritance from the logic. Among other things it makes it easier...

Hello! I am just writing to provide a heartbeat...we're very interested in this work. We have recently had our time consumed with some urgent operational tasks, and NSLS-II heads back...

The imports of the internal `_drivers` package are the problem. Fortunately, they are not used anywhere later in the module. I think these two lines can be removed: ```py import...

Thanks. Something happened internally that has made it hard to get the access we need to renew this. Should be handled this month, in time for a workshop in late...

Relative links in notebooks (which work in Binder) are not working in Jupyter Book. Example: ``` Warning, treated as error: /home/runner/X-ray Absorption Fine Structure/Monochromator Optimization.ipynb:30002:'myst' reference target not found: ./plans.py...