Helba
Helba
When using Slint bindings for rust with the Slint builder, you will cause a `STATUS_STACK_OVERFLOW` when you have more than 1 combo box within the project. main.slint ```slint export component...
When using `setWallpaperFromFileWithCrop` the following error gets returned ``` error: cannot find symbol result = wm.setBitmap(bitmap, Rect(left, top, right, bottom), false, wallpaperLocation); symbol: method Rect(int,int,int,int) ```
Below is a list of things that still need to be implemented into the parser for the logo language: - [ ] circle > `circle radius extend steps` - [...
The new Parser has a flaw in it's design as turtle graphics support float values and we cannot actually handle those currently... Also the new way to add commands can...