Padraic Shafer
Padraic Shafer
If the call to register automatically selects the lowest matching tree, then it should use those adapters. Does the client need access to those same adapters, or can the server...
Submitted PR https://github.com/bluesky/tiled/pull/676 for the FastAPI lifespan events
Submitted PR https://github.com/bluesky/tiled/pull/677 to use `numpy.prod()` rather than `numpy.product()`.
> * DataFrame._data is deprecated and will be removed in a future version. Use public APIs instead. > * This comes from the `cachey` dependency. It will likely require an...
Submitted PR https://github.com/bluesky/tiled/pull/682 to ignore the warnings from `cachey.nbytes()`.
I wonder if this really belongs in an audit log or event stream outside of Tiled. If so, then maybe the piece for Tiled to focus on would be emitting...
I like this idea. I'm also surprised to learn that I can [add a collapsible section in markdown](https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab) with standard HTML. :)
In terms of where the code needs to be updated, there are many analogs between this current PR and #549. For convenience [here are the diffs](https://github.com/bluesky/tiled/pull/549/files).
Some of the `ResourceWarning`s can be addressed by improving our resource handling in the tests. PR https://github.com/bluesky/tiled/pull/678 has been submitted to correct those.
> I think something much, much simpler would address the use case. Perhaps a TTL cache of file handles. That makes sense.