/ Scala
Http4s: Tips and Tricks
Get the text body of a response with EntityDecoder If you've got a request like this: val postRequest: Task[Request[Task]] = POST( payload, uri ...
Functional Programming
Get the text body of a response with EntityDecoder If you've got a request like this: val postRequest: Task[Request[Task]] = POST( payload, uri ...
Solution to “sun.security.validator.ValidatorException: No trusted certificate found” when installing SBT on a new (Ubuntu) system: I had a perplexing problem on my new Ubuntu 16.04 LTS system today. After installing SBT and attempting to compile a p...