Andreas
Andreas
Would be great to see support for UIToolkit. UIToolkit is Unity's newest UI system and will be the successor to uGUI.
First, kudos to you! This is a useful, polished, easy to use project with a clear and beautiful UI. Sadly, the recorded screen area is different from what I selected....
It seems the current sponsors are listed under "past" and the past sponsors are listed under "current" in the JSON. Example: [filiptronicek](https://github.com/filiptronicek) has currently 3 public visible sponsors. But these...
I found that [you are using MusicBrainz](https://github.com/rakuri255/UltraSinger/blob/main/src/modules/musicbrainz_client.py) database to get song information such as year, genre, artist, etc. I think it makes sense to add the [MBID](https://musicbrainz.org/doc/MusicBrainz_Identifier) to the txt...
It would be nice if support for Kotlin could be added. At the moment, GraphBuddy can visualize Scala and Java code. Given that Kotlin is an officially supported language for...
Centering a table does not work properly (same for align right). I tried: - `...` - `...` The first seems to set a indentation. The second seems to do nothing....
Would be nice if overall page features could be expressed using CSS. Example: ``` @page { size: A4; /*could also be other values, e.g., 270mm, 10cm*/ margin: 1cm; /* could...
Consider the following table, where the cell should have 10cm width: ``` 1 ``` In the resulting docx, the cell has about 14cm width. The size is consistent with other...
`margin-left` does not seem to work on an img-element: `` --- As workaround, one can put the img in a div with margins: ``` ```
Hello, the file dialog seems very nice! However, the current implementation seems to be for component based UI but we are using Unity's new UIToolkit (uxlm and stylesheets) in our...