Maciej Sawicki

Results 10 comments of Maciej Sawicki

It should be implemented. I don't see a reason not to have this feature. Jest already has it.

What is the reason for shipping a specific version of Kotlin?

So If I understand correctly the `godot-bootstrap.jar` shipped with godot has already included predefined Kotlin version. On the other hand when I build the game another `godot-bootstrap.jar` is being built,...

I was comparing it with a C# API and it was there ```c# public float AnchorRight { get => this.GetAnchor(Margin.Right); set => this._SetAnchor(Margin.Right, value); } ```

What @chippmann said was exactly my problem. I wrote a bunch of code, executed it and then the cpp part crashed and I didn't know which JVM call caused that,...

What helped me was: 1. Installing hardcoded version @gorhom/[email protected] ```text yarn add @gorhom/[email protected] ``` 2. Hardcoding react-native-redash in package.json to 16.2.3 ```text "resolutions": { "react-native-redash": "16.2.3" }, ```

Please let me know if you would like me to retain or remove the script since it was only one-time use.

I noticed a lot of 512x512 images were really heavy 300-500kB. But their only purpose is only informative about which device is connected. They don't need to be very detailed....

Could you show me an example of the quite rough image quality? When I glanced through the images I didn't realy noticed any visual differences. Of course if the "roughness"...