Andre Mohren
Andre Mohren
When adding two TextButton for example in a VerticalStackPanel, giving both a fixed height and the first one a margin-bottom, i expect the buttons to have the same height. However...
Example: tabs. 1. Create new tab control 2. Create a tab item 3. Add tab item 1 to the tab control 4. Add tab item 1 content to tab item...
When using Scale, a message box for example is opened outside of the ui. As a workaround i was able to do this: ```csharp protected Screen() { this.Desktop = new()...
We have a customer openapi.json which we query at runtime to generate our bindings. In our case we are getting duplicate classes, due to the standard implementation using the underscore...
Just an idea: I've been throwing managed-doom into godot. took me 30 minutes to get it to work in the godot engine. Then i started to actualy hook in at...
I usualy use pngout along tweakpng for a lot of operations, but tweakpng is defenitely a tool of choice for me. It would be awesome if i could simply change...
Not sure if interesting for you, but i just found your project, and thought its a good idea to inform you that i am doing a tutorial series which includes...
How to handle this? ``` { "rewrites": [ {"source": "/assets/**", "destination": "../Core/assets/**"} ] } ```