Eran Shmil

Results 14 comments of Eran Shmil

I'm having the same issue, anyway to hack this until it will be fixed?

I had the same issue but in iOS. Finally, I used [cordova-diagnostic-plugin](https://github.com/dpa99c/cordova-diagnostic-plugin) to subscribe to Bluetooth state changes. When Bluetooth is turned on I'm starting the monitoring, and when he's...

Haven't tried on 7 yet. I'm stopping ranging when exiting the region only. (That may happen as a result of turning off the Bluetooth while ranging) When the user powering...

Monitoring is used only to detect if you entered/exited a region of one or more beacons. Ranging is used to get all the beacons available in that region and their...

Thanks for the quick response! I tried disabling the animation for the Series and Line, the drawing is faster but the bug still happens. I will try to debug this...

So I have found out that the issue starts here: https://github.com/reaviz/reaviz/blob/master/src/AreaChart/AreaSeries/Line.tsx#L102 I tried different approaches that fix this issue: 1. Changing the condition in https://github.com/reaviz/reaviz/blob/master/src/AreaChart/AreaSeries/Line.tsx#L102: ```ts if ( this.ghostPathRef.current &&...

I went with the first solution. Let me know if you want me to create a story for this scenrio.

https://github.com/bosnadev/repository/pull/79

@kyusupov33 Thanks for the heads up, I also commented there.