David Neumann
David Neumann
Right now, their configuration is contained in the tox configuration. All other tools have their own separate configuration files, maybe we should move them into separate configuration files as well.
The documentation still used `pip` to install the dependencies for the example scripts. Also, `tox` still has to lint them separately. This is because CoRelAy and Zennit still have older...
Currently, on PyPI, the light-mode-only image of ViRelAy is shown. Instead, just like in the documentation, the image that show both dark and light-mode should be used.
After updating the way the embedding viewer is rendering embedding points, the embedding points have become very blurry. Maybe, there is a way to change the configuration of the rasterizer...
The logo source file contains the title as text, which means that the title is displayed in the wrong font when the font is not installed. For this reason, the...
Currently, ImgMath is used in the documentation to produce mathematical equations. As the name suggests, this produces images of the equations, which may not look crisp at all resolutions and...
Currently, only box selection is supported. But this is not the best way of selecting embedding vectors. Also, left-click panning is not the most intuitive way of panning the view...
Unfortunately, GitHub does not support reporting test coverage from GitHub Actions workflows. The only viable solution is to generate the report, generate the badge, and upload it somewhere from where...
Maybe, a Docker image for ViRelAy should be added for people that prefer not to use pipx or pip. Using pipx would require most people to install another tool and...
The dictionary in the CSpell configuration contains words that were only used before the project was cleaned up and are now obsolete. These words should be removed from the dictionary,...