John A. De Goes
John A. De Goes
Possibly, this could be done as a plug-in to `smithy4s`.
@Fristi Added #1535
Added multipart form data
@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?
Thank you!
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.