Results 57 comments of ScalaWilliam

Glitch is nice and easy to get started with but for production stuff you have no contract/SLA. I had a few issues with 504/503's though: - https://twitter.com/ScalaWilliam/status/880212927734702081 - https://twitter.com/ScalaWilliam/status/861429137025540096 Good...

https://github.com/lampepfl/dotty/issues/11685 seems closed but not sure if all the pieces are in place for this yet.

@Atry I don't quite understand, how do you use `each` with `cats`? Tried some imports but could not get them to work together.

For those interested, this solution worked for me: ```scala implicit val monadR: scalaz.Monad[Resource[IO, *]] = new Monad[Resource[IO, *]] { override def point[A](a: => A): Resource[IO, A] = cats.effect.Resource .pure(a) override...

@smarter @joroKr21 is there anything else missing for this? I understand @nicolasstucki has a PR https://github.com/lampepfl/dotty/pull/15024 but I am not sure if this will be sufficient to fix it.

That is fantastic @pomadchin, I will not have the time to spare to contribute, but am hugely interested in using this. Also had set myself as as a watcher for...

I'm also having problems. It looks like you're installing gitbook-plugin-disqus version 0.1.0. Latest released version is 1.0.1, but if I try enabling it with `"plugins": ["[email protected]"],`, I get `Error: Found...

Just came across this as well 👍