Jordan Cook
Jordan Cook
@jamielennox Fyi, I added [some better examples here](https://requests-cache.readthedocs.io/en/latest/user_guide/compatibility.html#requests-mock). The last one is probably the most potentially useful. Also see https://github.com/reclosedev/requests-cache/issues/330 And let me know if you have any thoughts on...
Sounds good! I occasionally do a little frontend work, but I may not have enough experience with this stack to be of much help. I did look around a bit...
Great, thanks for the update! Just tested it out and it looks good.
Fantastic, thank you! I just tried it out, and this is a nice improvement. In case anyone else wants a [gruvbox](https://github.com/morhetz/gruvbox?tab=readme-ov-file)-like theme: ``` Primary: 251,241,199 Secondary: 80,73,69 Success: 250,189,47 Error:...
Thanks for the bug report! Looks like it's only working as intended for servers that support conditional requests. I'll get that fixed soon; meanwhile, you can use `force_refresh=True` as a...
Sorry for the long delay, but I misspoke earlier; this is actually working as intended, but I understand the argument name is potentially misleading. `refresh` and `force_refresh` are specifically meant...
Thanks for the bug report! I'll try to get that fixed soon.
I believe this has been fixed in the latest pre-release build (`0.8.0b3`). You can get that from the [installers here](https://github.com/pyinat/naturtag/releases), or `pip install -U --pre naturtag` to install from PyPI....
I agree this is a somewhat tricky one to debug. I don't see any problems with the code snippet you provided, and can't reproduce this myself. Somehow the SQLite connection...
@alessio-locatelli Thanks for the detective work! 🕵️♂️