Jordan Cook
Jordan Cook
Unfortunately, what you're describing would break several features and optimizations that rely on the expiration time being stored in the cache. It's very much intentional for new expiration settings to...
Sure, that sounds reasonable. I'm surprised this incurs a cost, though, I would expect the `CreateTable` call to simply return with `ResourceInUseException` when the table already exists, without using any...
Thanks @shaked-seal for reporting the issue and @alessio-locatelli for looking into it! I am going to close this and merge #287, since that will handle a couple more cases (and...
Rate limiting is currently documented here, with links to those iNat docs: https://pyinaturalist.readthedocs.io/en/latest/user_guide/advanced.html#rate-limiting With default settings, pyinaturalist should never exceed those limits, but I can add some more notes there...
Good idea. In general I think I need to add a more detailed tutorial on creating observations. It may take me awhile to get to that, but meanwhile I can...