Felix
Felix
I just faced the same problem. ``` docker-compose down -v ``` will delete the entire database. The downside of this is you having to create all categories and datasets again...
The text in the sidebar shows correctly how many pages there are. Also, the page bar updates to the correct count if I go back up from a subfolder by...
Regarding point 1 mentioned by @SergioPesquera, there was this question on stack overflow that is related and seems to have working code: https://stackoverflow.com/questions/52259476/how-to-reduce-a-jpeg-size-to-a-desired-size/52281257#52281257
> @SthPhoenix If I download the model file first, which folder should I put in the directory before copying it to the Docker container From https://github.com/SthPhoenix/InsightFace-REST/issues/99#issuecomment-1297397758: ``` Models should be...
I get the same error messages on macOS High Sierra 10.13.6 with crystax-ndk-10.3.2. The workaround from @FRD93 works fine for me as well.
@mriyazhussain maybe [this](https://github.com/onnx/wheel-builder) can help?
When parsing the blob, why do you use an integer (>%iQ) instead of a char (>%cQ)? From osc.parser: ``` def parse_blob(value, offset=0, **kwargs): """Return a blob from offset in value."""...
I noticed the same. It seems state is only kept when the previous screen is part of the location stack. E.g. going from LocationA -> LocationB ``` class LocationB extends...
There was also [this comment](https://github.com/slovnicki/beamer/issues/596#issuecomment-1575091553) that could be useful
I have the same problem. Originally, I wanted to receive a blob message, but the blob size parameter is somehow misinterpreted (see #72)? When I invert my goal and instead...