Philipp Otto
Philipp Otto
# 🐞 bug report ### Affected Package The issue is caused by package `@airbrake/browser": "^2.1.7"` ### Is this a regression? I'm not sure since the bug appears not that often....
As far as I can see the current flow type support doesn't support the use of the actual type definition. For example: ``` /** * A ComplexType with some properties...
Hi, when combining this plugin with [babel-plugin-import](https://github.com/ant-design/babel-plugin-import), the compilation drops import/require statements. For example, ``` import { Table, Input } from "antd"; const { Column } = Table; const {...
See https://www.dfstudios.co.uk/articles/programming/image-programming-algorithms/image-processing-algorithms-part-6-gamma-correction/ for reference. @normanrz maybe you have a dataset for which lends itself to test this feature? I also tweaked the styling of the settings UI a bit. The...
### URL of deployed dev instance (used for testing): - https://___.webknossos.xyz ### Steps to test: - edit the settings for a zarr dataset (e.g., add `https://data-humerus.webknossos.org/data/zarr/scalable_minds/l4dense_motta_et_al_demo/segmentation` via the new ZARR...
Provide a way to toggle the 3D viewport's camera from orthographic to perspective. Note that the scalebar should be hidden in that case probably.
In the cog menu for the root group, the option to delete the group is disabled. However, you can select the root group and click the "delete" button. However, nothing...
Shift+W could cycle current tool backwards.
At the moment, buckets are addressed relative to an "anchor point", which means the look up buffer has to be rewritten every time the anchor point changes. Additionally, the code...