MichaelBuessemeyer

Results 44 issues of MichaelBuessemeyer

## Detailed Description Currently, it is only possible to move a bounding box by dragging its edges. It would be awesome to drag the whole bounding box with `alt +...

enhancement
frontend

## Context When the user is using the merger mode and moves the newest created node into another segment (segment y), the color of the new segment does not change....

bug
frontend

Hi @cmfcmf, as you might have already heard I am currently working with you project. For my goals I want to have multiple instances of the browser morph open at...

Hi @cmfcmf, I have been working with your awesome project for some weeks now. I can see that some functions are not formatted perfectly (which is a very personal opinion)....

#### Current behaviour: Caused error: `MessageNotUnderstood: UndefinedObject >> selectClick:at:` #### Expected Behaviour No error. Squeak should just do nothing as there is no button where the user clicked :) ####...

### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - abc ### TODOs: - [x] Never first calculate to nm and then into the...

backend
frontend
new feature

## Detailed Description Currently, many errors (even wanted ones like a wrong password) are sent to airbrake. Lets investigate whether we can reduce the noise in these reports to get...

enhancement

## Detailed Description Currently, there are two definitions for e.g. the dataset type and the datasource type in the frontend code. They are given in `api_flow_types.ts` and `datasource.types.ts`. They likely...

enhancement
backend
frontend
refactoring

This PR keeps newly created bounding boxes via button interaction (and not created via drag) within the dataset bounding box to prevent initial invalid datasets (fixes #7353). Moreover, I added...

bug
enhancement
frontend

This PR adds recursive exploration to the already existing remote dataset exploration. This is supported for the local file system, GCS and S3. ### URL of deployed dev instance (used...

backend
new feature