John A. De Goes

Results 410 comments of John A. De Goes

@frekw If you want this to become #1459, I can help shepherd this through to merging. The functionality is most-welcome!

@swoogles Since you also did some work, can you work with @frekw to get this one through?

We can create an overloaded `Server.serve` that binds to the specified port. 👍

@caente We don't have machinery to encode laws just yet. We need a data structure such as: ```scala final case class IsEqual[A](lhs: A, rhs: A) ``` Then all the "laws"...

The point of syntax / methods is convenience, the point of type classes is abstraction. Convenience matters but the cost cannot be any significant performance, which means if syntax for...

@ktonga Yes, for sure. `ParallelIO` perhaps.