kusamakura

Results 12 comments of kusamakura

I used it before, but changing the clusters on the same zoom level (even when using the same region span, updateAnnotations would still get triggered) is not desirable for my...

@choefele, sorry for the late reply as well. I'll get a PR working within this week. :)

One workaround I did was to add a dummy line somewhere that uses both imports: `@if(List.empty[Txt]){}` (Uses play.twirl.api.Txt and play.twirl.api.TemplateMagic.iterableToBoolean)

I've been thinking about this too – we have `Inference` for equivalent predicates, but we don't have a way to encode type-to-type predicate relationships. For instance, a `Money(amount: Long, currency:...

How about something like this? ![artboard 1](https://user-images.githubusercontent.com/882152/34338208-9f496fc6-e9a9-11e7-961a-e765e61dbe9e.png)

@fthomas I can send you a vector file (Adobe Illustrator or whatever you prefer) if you wanna use it!

@fthomas Sent it to your email!

If we can separate out the result display part of `Validate` into this `Show` typeclass, I think the concern you raised in #397 can also be addressed cleanly.

My issue here https://github.com/softwaremill/sttp-model/issues/2 seems to be pointing at the same surprising behavior. I didn't realize that `uri"abcdef"` would default to `http://abcdef`. Because of this, unfortunately my go to way...

@adamw I'd love to take on this issue if it's alright :)