Justin Heyes-Jones

Results 25 comments of Justin Heyes-Jones

I maybe misunderstanding something but shouldn't the return type be G[Option[F[B]] ? def forany[G[+_]: IdentityEither: Covariant, A, B](fa: F[A])(f: A => G[B]): G[Option[B]] = ???

Ah I see what you mean now, I forgot the semantics of any. I’ll try to implement just the list one you mention and leave the rest to others as...

> Hi! > I'm hacking this issue right now, and I deal with problem in testing foranyPar, there is no entity with instance of CommutativeEither[G] with IdentityEither[G] > > Why...

I'm afraid the ZIO redis project is keeping me busy today so not sure I will get back to this, but that's good to know

I don't see any errors in the log at that time, I'll keep an eye on it next time I start the image. Restarting the container doesn't show the problem,...

Awesome I'll check it out later then :) On 11 November 2017 at 23:03, Pavel Chlupacek wrote: > @justinhj there should not be big deal to > add SSL support....

I was testing against CloudKarafka and they offer free accounts that only support SSL (no plaintext). There is also this image but I haven't tried it. If I get chance...

Awesome I’ll take a look at the weekend if I get time > On Apr 19, 2018, at 9:01 AM, Adam Chlupacek wrote: > > @justinhj @ranjanibrickx So I have...

Got the same issue sbt 0.13.6 This is in my plugin file resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/" addSbtPlugin("com.github.shivawu" % "sbt-maven-plugin" % "0.1.2") Cannot find the plugin

Chiming in because I was looking into this myself. You can see Plug's behaviour wrt to shallow cloning in the test suite [test/workflow.vader#L1536](https://github.com/junegunn/vim-plug/blob/8fdabfba0b5a1b0616977a32d9e04b4b98a6016a/test/workflow.vader#L1536) Shallow clone is the default unless you...