Denilson Sá Maia
Denilson Sá Maia
The entire UI is built using a single SVG image. Although it looks neat, it is currently impossible to use with the keyboard (try pressing `↹ Tab`). Additionally, the interface...
A default `.sh` suffix was added in f4600c616d39c609da5a1cfecb36f1f301c18bcd: > `edir` creates the temporary editing file with a `.sh` suffix so > your EDITOR may syntax highlight the entries. Optionally, you...
The current directory structure of this project is: ``` . ├── LICENSE ├── pyproject.toml ├── README.md ├── setup.py ├── src │ ├── genRSS.py │ └── util.py └── test └── ......
In these lines: https://github.com/fsmMLK/inkscapeMadeEasy/blob/master/latest/inkscapeMadeEasy_Draw.py#L25-L49 The code unconditionally loads the `textext` Python module. However, not all extensions need LaTeX (e.g. your [inkscapeSpirograph](https://github.com/fsmMLK/inkscapeSpirograph), but the `textext` extension is still being required. Even...
On some systems the tool is named `dolphin-tool` instead of `DolphinTool`. This commit will try to find the available name before running it.
PyInstaller supports Python 3.11 for over a year. We should get rid of this limit, as it prevents installing `verifydump` on any modern system. https://pyinstaller.org/en/stable/CHANGES.html#id57 After accepting this merge request,...
This allows directly calling the script as executable under any Unix-like system.
Update Tunefish4.jucer to make it compile in modern Linux systems with modern JUCER version. VST2 is legacy, and required manually downloading some SDK files from a web archive. It's easier...
The [`profileeditor-search` input field has a tooltip with all the available profiles][1]. It would be better/easier for the user if those strings were presented as suggestions. This is now easy...
I got this idea from [qddcswitch](https://codeberg.org/Okxa/qddcswitch), please take a look at the screenshots over there. The idea is to have an alternative implementation of non-continuous values. Instead of a drop-down...