Florian M
Florian M
### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - abc ### TODOs: - [x] Backend: add this param to the route, to job_args...
This rare combination leads to allowUpdate=true in the annotation restrictions. This should not be the case.
### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - abc ### TODOs: - [x] Backend - [x] Introduce properties in proto definitions -...
We use AWS Client in the S3DataVault. A v2 of the lib has been released. We should have a look at wether we can benefit from integrating it. Since we...
That route is currently held stable for backwards compatibility. Once the libs can read the new format and have been released for a while, we can break this backwards compatibility.
The mesh supervoxel highlighting on hover should be disabled when not in the proofreading tool. Reported by @valentin-pinkau
We should have a look at how performance for typical queries could be improved by indices or other ideas from the postgres toolbox. We already have a few create index...
Talk to @Albane-dlv for steps to reproduce (I cannot currently reproduce it) The original annotation was a proofreading annotation with some precomputed meshes visible. The bug also occurred after switching...
The user manually loaded some precomputed meshes, and then selected »merge with active« in the 3d viewport. This should not be allowed for precomputed meshes that stem for a meshfile...
Currently the polling interval is set to null, which then needs to be handled by the polling code. Apparently, this was set to avoid excessive load for the server. We...