ramsestom
ramsestom
Is there a way to define, in a subconfiguration, that an Holiday in the parent configuration shouldn't be an Holiday for this subconfiguration? For example, if you take the city...
There is one decimal less than expected in geometries coordinates when WKTReader is used with a PrecisionModel. For exemple this code: ``` GeometryFactory geofactory = new GeometryFactory(new PrecisionModel(10000000)); Point point1...
Is there any way to force a specific uri to be removed from the cache (so that it would be necessarily fetch the next time an image source point to...
Hi I am trying to use this module. I created the rn-cli.config.js and transformer.js file in my project root folder and kept the default obfuscatingTransformer options (So `module.exports = obfuscatingTransformer({})`)....
I did not saw it mentionned in the readme. So, if I use Studio with my lunii device to store some custom stories on it, would my lunii device still...
I have an issue with texture lightening. I made an example in babylonjs playground that works fine: http://www.babylonjs-playground.com/#F3TFY#3 But in babylonHx, here is what I have:  You can see...
When I compile the bump map example on windows (openfl legacy and openfl next) with haxeflixel, I have this error message: Engine.hx:166: BabylonHx - Cross-Platform 3D Engine | 2015 |...
I can't compile anymore with the -Dlegacy flag to use openfl legacy rather than openfl 3. This used to work well but since I updated lime, openfl and babylonHx, there...
From the documentation, it is not entirely clear wether the generateRSAKey() function is determinitic or not. Meaning, if I use the same PassPhrase and Bits values, am I ensured that...
correct me if I am wrong but the ImageCache is limited to the application runtime. However, downloaded files persist in the device filesystem even if you close the app. To...