frcroth
frcroth
### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - Create a local OIDC provider. See the comment below. (note: if keycloak is started...
https://user-images.githubusercontent.com/6863832/180442778-2cf25b29-c39d-4157-8d1c-fdb7ef4a4421.mp4 Error: ``` Error: Error in event handler .onDragEnd: TypeError: Cannot read properties of null (reading 'addTarget') at GrabHaloItem.GrabHaloItem_stop_ (http://localhost:9011/lively.halos/morph.js:1166:20) at GrabHaloItem.GrabHaloItem_onDragEnd_ (http://localhost:9011/lively.halos/morph.js:1199:20) at EventDispatcher.EventDispatcher_dispatchEvent_ (http://localhost:9011/lively.morphic/events/EventDispatcher.js:734:46) at eval (http://localhost:9011/lively.morphic/events/EventDispatcher.js:792:42) at...
1. Create multiple morphs 2. Select them 3. Move them together, via halo 4. Try to undo --> The morphs will disappear but not move back https://user-images.githubusercontent.com/6863832/112858565-48822800-90b2-11eb-91c9-45ec34fabd15.mp4
## Context When importing a remote dataset with many channels, many layers are created, so that one can scroll. ## Current Behavior When scrolling, the "remove layer" trash can floats...
### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz Instead of unifying wkw exploring with the other explorers, this removes the code related to exploration. The suggestion route...
Currently working on editing this comment, but the Github Token does not alow for that. https://___.webknossos.xyz ------ (Please delete unneeded items, merge only when none are left open) - [...
Would be to slow/memory hungry otherwise
Sometimes methods are defined in non abstract classes that should be overrridden in subclasses. This is currently done with ```scala protected def getShardedChunkPathAndRange(chunkIndex: Array[Int]): Fox[(VaultPath, NumericRange[Long])] = ??? ``` or...
## Detailed Description - Parse install steps for ubuntu from DEV_INSTALL.md (optional, otherwise create Dockerfile directly) - Run install steps in docker container from ubuntu:22.04 - Start webknossos and perform...
The codec spec (https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/v1.0.html) states that the "order" configuration key must be one of: > An array of integers specifying a permutation of 0, 1, …, n-1, where n is...