kusamakura
kusamakura
Sometimes when changing the map view's center region, the update annotation sequence triggers (namely, in CCHMapClusterController's `mapView:regionDidChangeAnimated:`). This is due to the longitude delta check. Since calculating the zoom level...
As discussed in #119. I saw that `self.zoomLevel` is implemented via `CCHMapClusterControllerZoomLevelForRegion`, so I used that. Please advise as to what I need to change or improve upon. Thank you!...
Decoding configuration keys one by one, in contrast to decoding the whole thing into a case class, always results in an error: ```scala import com.typesafe.config.ConfigFactory import io.circe.config.parser val config =...
We recently got a dependency update PR which contains incorrectly updated files that had, by chance, matching versions with the dependency. In my investigation, I suppose that this mistake comes...