Philipp Otto

Results 224 comments of Philipp Otto

I had a quick look into this, but didn't have much success. On my display, `window.devicePixelRatio` is `1` which means it's not high dpi. When I tried to call `setPixelRatio(2)`...

@fm3 I couldn't really reproduce the exact error scenario you experienced in your issue (do you happen to have an error message?). Initially, I thought that a non existent mag...

@fm3 maybe you can have a look at the diff :)

Short update: - cuckoo hashing is implemented (in JS) and should work - the integration of the new hashing is blocked because the murmur hash is not compatible with webgl...

Also: - [x] Display better mapping name. currently, the editable mapping only has an ID as a name. it would be cool to see the name of the mapping which...

We have: - extract shortest path (for pure skeletons) - min-cut an agglomerate skeleton The latter is closely related to the initial idea of this issue and probably the better...

@normanrz do we still want to do this?

> Related to #6502 I think the issue covers the intercom idea sufficiently. The intercom integration wouldn't give immediate replies anyway, since we wouldn't use a chat bot, so, the...

@fm3 I think the backend cannot accept update actions where a segment color is set to null. I want to support this to reset a color to its original default....

Thank you! > However, I don’t know if the front-end even sends such actions for skeleton trees. If I see it correctly, the front-end always sends all properties when updating...