Alexander Zeilmann

Results 22 issues of Alexander Zeilmann

[Dragonfly](https://www.theobjects.com/dragonfly/index.html) is a (commercial, but free for academia) software platform for scientific image processing, similar to e.g. 3D Slicer, better/more user friendly in many aspects. **Describe the solution you'd like**...

**Describe the bug** monailabel cannot be install in python 3.11. See also #1454. **Server logs** ``` $ pip install monailabel Collecting monailabel Obtaining dependency information for monailabel from https://files.pythonhosted.org/packages/c0/47/a580515bf693ed0a0be595c3dc93ec2cca9e74ec2f70fb3d08c39e742219/monailabel-0.7.0-202306100113-py3-none-any.whl.metadata Using...

Would it be possible to add comments to the AST? Something like ``` js { "type": "comment", "text": " a comment describing something ", } ```

Would it be possible to add the line/column numbers of the starting and ending points of the tokens to the AST? Something like ``` js { "type": "Identifier", "value": "color",...

One thing, which came to my mind while thinking about #96, is the checking of default values. The following snippet should raise an error: ``` js /** * Function with...

enhancement
beginner-friendly
esnext

Currently, enforce-existence only enforces the existence of jsdoc comments for functions, but not for classes. I.e. in the following `constructor` is required to have a jsdoc comment, but the class...

enhancement
esnext

A picture probably explains the bug best: ![awesomebox](https://user-images.githubusercontent.com/901391/138086063-ecea05fa-db98-4b20-b902-0869739bac6a.png) Everything is respecting the margin - like normal equation numbers (green box), or text in the awesome box - except for equation...

Thank you for creating this nice extension, it works really great! One problem that I have, however, is the following: Sometimes I am not happy with the results of the...

With the original segment anything all I have to do to segment a single image is downloading the checkpoint and running ```py from segment_anything import SamPredictor, sam_model_registry sam = sam_model_registry[""](checkpoint="")...

### What feature or change would you like to see made? When looking at the tutorials [here](https://github.com/cornerstonejs/cornerstone3D/tree/main/packages/docs/docs/tutorials), I am missing the imports in the "Final code" section. It is not...