Maxime Epain

Results 36 comments of Maxime Epain

What is the call stack here? This can happen [here](https://github.com/hulab/ClusterKit/blob/master/ClusterKit/Core/Tree/CKQuadTree.m#L282) but Im wondering why the `tree` would be deallocated after a zoom 🤔 Do you reset the manager's annotations after...

Nice work here @aramsargsyan and sorry for the late reply. Instead of adding the type as a `CKClusterAnimation` property, the enum value could be pass as an argument of the...

Hi, I'm not sure to understand your issue. To show the callout view you need to set the property `MKAnnotationView`'s property `canShowCallout` to true in your `func mapView(_ mapView: MKMapView,...

This is due to the conditions of animations: + `[oldCluster containsAnnotation:newCluster.firstAnnotation]` for a collapse. + `[newCluster containsAnnotation:oldCluster.firstAnnotation]` for an aggregation. These conditions are simple in order to have good animation...

Hey đź‘‹ This issue has been reported on our side as well, see [dd-sdk-ios/#588](https://github.com/DataDog/dd-sdk-ios/issues/588). Is it right to say that `Clock.now` should be invoked from the main thread? Given the...

Hey! You can set the [RAILS_RELATIVE_URL_ROOT](http://guides.rubyonrails.org/configuring.html#deploy-to-a-subdirectory-relative-url-root) variable

Hi @cerupcat I've seen this too and I've started a fix on my [fork](https://github.com/maxep/VGParallaxHeader), but I didn't go deeper...

Hi @stoprocent ! I have the same issue on the [MXSegmentedPager](https://github.com/maxep/MXSegmentedPager). Going back on a navigation controller will cause a recall to `setParallaxHeaderView:mode:height:` which will add the header instead of...

Hi @andiradulescu Yes the contentoffset is locked by KVO, I will try to find a fix.

@rogerluan, super nice, thank you! So I've added you as a collaborator on this project. I've tried to add your email (from your GH profile) to cocoapods, but it seems...