Florian M

Results 119 comments of Florian M

We now have - ElementClass (webknossos) (includes the uint24 special) - ArrayDataType (webknossos data readers) - VoxelType (specific to wkw) - Zarr3DataType (specific to zarr3) - N5DataType (specific to N5)...

For Windows users coming here for a workaround, there are now numerous AutoHotkey scripts doing this. My version also works if Firefox is not the active window: https://gist.github.com/fm3/e3d9f13dd368ec91b352071ba7ecb642 Are there...

The datasetUpdate call now accepts an optional `folderId` parameter in the body. With `/folders/tree`, the client could fetch the full tree to map from a path using folder names to...

See https://github.com/scalableminds/webknossos-connect/pull/97

The zarr adapter in the wk backend supports 2d chunk sizes. However, the backend logic is not really optimized for these. It will still do 32³ cutouts etc. Still I...

I agree that a hard timeout makes sense, this way we can get a job notification in slack (not sure how easy or reasonable it would be to implement the...

https://github.com/scalableminds/webknossos-libs/pull/574 implements a first iteration for Task Management. Remaining follow-Up ideas: - [x] Task.create method (not from files, but list of parameters) - [ ] Project.create - [ ] Delete...

Removing my assignment for this sprint as #574 is now merged and implements the part of this issue we prioritized for the moment

Should the user be able to click this away? Do we need to store the info that they clicked it away? I guess the `novelUserExperienceInfos` block could be used for...

@philippotto I’ve done that now, please give it a try! The new params are called `segmentId1`, `segmentId2`, `segmentId` I assume that the frontend now always has the segment ids, right?...