Aarni Koskela
Aarni Koskela
The dependencies specified in this project's requirements.txt are too strictly pinned, making it hard to install. For instance, [`opencv-contrib-python==4.2.0.34`](https://pypi.org/project/opencv-contrib-python/4.2.0.34/#files) doesn't have releases for Python 3.9 at all. It might be...
Previously, the message was ignored and a vague > Couldn't find expected details in JSON file. was printed. I figured since the rest of the loading code just kills the...
This PR hopes to breathe a bit of fresh air into the repo. If there's no action on this for a while, I'm planning to fork the project :) In...
> FTR we liked having the master runs in-case it was going to fail in the future version, but we wouldn't fail CI on it. You can do something similar...
Extracted from #69
Following up on #30, this PR: * fixes up some more of those stray globals (with some help from Eslint) * applies the Eslint `curly` fix to add braces to...
Running the app locally in Docker as described in the instructions fails with the server attempting to use `127.0.0.1:3000` as the API server (I can see requests for http://127.0.0.1:3000/version and...
Right now, I occasionally get a  when e.g. expanding a branch of the tree. The tree does expand fine, so I'm not sure...
It _seems_ to work... Got ideas for better test cases? Fixes #15