Yevhen Sentiabov

Results 26 comments of Yevhen Sentiabov

It looks like I was able to fix the memory leak and it was stable on our production so far. I will be working on the PR shortly, as I...

Full GC cleans up some memory but not completely, the app doesn't go to the same state as before receiving traffic. The memory consumption is still pretty high even after...

It's Akka 2.6.20 running with some traffic on a cluster, the application is based on OpenWhisk. I cannot upgrade Akka above 2.6.20 as it will require the license change. I...

@andparsons and @BrentRobert, please, don't forget that Magento can be installed from the Git, how in this case Braintree SDK will be loaded if you remove it from the root...

Thanks for your answer. I'm also tried 'hardcode' single `LatLng` point and get this exception. Also i checked `JsArray` of points it not empty.

If I'm call this code: ``` java JsArray newPoints = JsArray.createArray().cast(); newPoints.push(LatLng.newInstance(12.936992205764442, 77.62094830425235)); HeatMapLayer heatMapLayer = HeatMapLayer.newInstance(options); heatMapLayer.setData(newPoints); ``` I'm get exception, but if add: ``` java String path =...