Results 7 issues of Ramesh

java.lang.UnsupportedOperationException: Can't convert value at index 2 to dimension: type=0x3

Getting this same issue when run the app in iPhone device. But works very well in Simulator. Any clue about this issue. My device has support simcard and wifi. While...

As I am new to this Swagger code generation, Can you please add how to use this plugin ?

question

I have added simple cloud function, but getting ERR_EMPTY_RESPONSE ``` Parse.Cloud.define('Hello', async (req,res) => { return {"result":"OK"}; }) ``` dashboard.bundle.js:42 POST http://localhost:3000/secondapp/functions/Hello net::ERR_EMPTY_RESPONSE

ERROR: Could not find a version that satisfies the requirement pynse (from versions: none) ERROR: No matching distribution found for pynse

[ship.zip](https://github.com/smart-fun/smartGL/files/9403133/ship.zip) ``` private Object3D loadShip(@NonNull Context context) { mSpaceFrigateTexture = new Texture(context, R.drawable.ship); WavefrontModel modelColored = new WavefrontModel.Builder(context, R.raw.ship_1) .addTexture("ship", mSpaceCruiserTexture) .addTexture("cube1_auv", mSpaceCruiserTexture) .create(); Object3D object3D = modelColored.toObject3D(); object3D.setScale(1f, 1f,...

Is this library support .Net6 ?