Jordan Cook
Jordan Cook
Sure, I understand. Take care of yourself!
Can you explain the use case for this? As far as I know, there's no combination of HTTP request or response headers that would do what you're describing in other...
Cool, thanks for reaching out! Have you had success with matching some of your own observation photos this way? I believe I previously tried matching image timestamps (like EXIF `DateTimeOriginal`)...
Oof, that's a lot of RAM! Thank you for the thorough bug report and reproduction. This library definitely isn't optimized for large file downloads (#407), especially the filesystem backend, whose...
Here's what I found so far: It looks like the majority of the memory usage is in [encoding the response body to base85](https://github.com/python-attrs/cattrs/blob/main/src/cattrs/preconf/json.py#L44-L46). Some of that may be inherent to...
> I believe this has broken in a recent version of the openai library. The call to `get_client` in `default_plugins/openai_models.py` results in `TypeError: OpenAI.__init__() got an unexpected keyword argument 'api_type'`...
I see. I can probably fix this without adding another configuration option. `DO_NOT_CACHE` was intended more as an internal sentinel value rather than something to send in request headers. I'll...
Sorry for the delay! I got a bit stuck on this one for awhile. Fixes are now in `main`, though.
Thanks for the reminder, I agree we're overdue for a release. There are a few remaining bugfixes I want to fit into this release if possible (see [v1.3 milestone](https://github.com/requests-cache/requests-cache/milestone/14)), as...
^ fyi @niccokunzmann I recall you're waiting on this release as well. Thanks for your patience!