Jordan Cook
Jordan Cook
1. Yes, I made a pre-release build which you can install with: ``` pip install -U --pre pyinaturalist ``` 2. I updated it to raise a `ValueError` in that case.
Let me know if/when you make something like that, and I can link to it from the requests-cache docs.
It's likely the multithreading. I've temporarily set the worker thread count to 1 (configurable in settings file).
Those are some good questions. It has been kind of interesting to learn two different GUI frameworks and see the different approaches they take. Overally I liked Kivy, and I'd...
After taking a [long break](https://github.com/pyinat/naturtag/graphs/code-frequency) from it, I decided to try out Qt via PySide6. I'm glad I did, but first impressions weren't great. The API looks more like the...
@mihow Does that answer your question?
Hey, no problem, and it's good to hear from you. > I haven't found a good logical way to re-use database connections and run long-running background tasks from the app...
Oh, and the next release of naturtag is probably still a few months away. It's been kinda stuck at (what feels like) 90% done for awhile, mostly just due to...
Oh, that sounds really cool! And definitely an area I'm interested in. At my day job, some coworkers have worked with tools with similar goals, but proprietary (for example [FarmSense](https://www.farmsense.io)),...
Sure, I can do that. I have a separate issue for adding raw file support to the UI, which will just take a little more work to display image previews:...