Jordan Cook
Jordan Cook
@jsh9 Good to know, thanks. Sure, I should have time to put together a PR sometime within the next couple weeks. I think the least complicated change would be option...
I looked into this a bit more, and realized modifying `Automodsumm.run()` would only affect behavior at the directive level. In other words, it would require the user to add an...
Are you referring to `CachedResponse.created_at` and `expires`? Those are only created, modified, and compared internally, so they do not need to be timezone-aware; they are always assumed to be UTC....
Could you explain a bit more what you would like to do? Django's cache system supports a few different backends. Which one are you using? For example, both Django and...
Got it. I think this would make more sense as a library feature if both requests-cache and Django supported the same backends, but I believe Redis is the only one...
Yeah, that appears to be an issue with poetry 1.2 dropping support for python 3.6: https://github.com/snok/install-poetry/issues/89 That doesn't have anything to do with your changes, but the solution would be...
Hmm, the master branch [build succeeded](https://github.com/vutran1710/PyrateLimiter/actions/runs/3118888912), and this looks like a different error: ``` /home/runner/work/PyrateLimiter/PyrateLimiter/.venv/bin/python: bad interpreter: No such file or directory ``` Somehow the virtualenv's interpreter is missing? I...
Yeah, the tests all passed at least once, so this should be fine to merge. @vutran1710 It seems like the build is now failing whenever it uses a cached virtualenv,...
#79 is at least a temporary fix for the cache issue encountered here. > Yes, it should be automatically using some semver tool (I created an issuse for that), but...
Alright, can you rebase onto `master` again, and update the version once more to `2.8.3`? Hopefully that's the last thing.