samcrawford

Results 12 comments of samcrawford

The error only occurs when the topic has >= 10 partitions. Fewer than 10 partitions and everything is fine.

No other errors at all I'm afraid. The error was 100% reproducible when the topic had >=10 partitions.

For the benefit of anyone else hitting this, I've worked around this with the following horrible hack. This updates a global timestamp whilst the drag is taking place, and then...

> Just by curiosity, which version of the mapbox-plugins-android are you using ? It seems to me that this problem has been fixed in v0.9.0 by #1124. I was using...

> After watching your code with more attention, I might have found something. Your are adding your `mapLongClickListener` after your `CircleManager`. This might lead the mapLongClickListener to be triggered before...

FYI, I have posted an alternative solution in https://github.com/mapbox/mapbox-maps-ios/issues/829#issuecomment-968055970, which doesn't require modifying the core MapboxMaps project. It's based on @landyrev's excellent example.

I came here to report almost exactly the same issue. Mine occurs on the second time I start a new NavgiationViewController and Navigation service. I suspect a leak somewhere (probably...

FYI, I found the issue was indeed on my side - I had held a strong reference to NavigationViewController. Making this a weak reference resolved it.

+1 on this patch. I am using leaflet-routing-machine with draggable markers, and I find that when I have a contextmenu associated with a marker and long-press the marker on mobile,...

Just a thought, but could the inverse also be possible? i.e. I might want to prefer to go via certain areas (e.g. countryside).