samthebest

Results 14 issues of samthebest

Improved error message. Improved style according to FP: (a) if-else made into expression for clarity (b) formatting

`java.lang.RuntimeException: Aborting release. Working directory is dirty.` should be `java.lang.RuntimeException: Aborting release. Working directory has uncommitted changes, please commit your changes before running this command.`

See https://gist.github.com/agemooij/7679130

**Describe the bug** I try to call a simple endpoint, which I can do easily in another library and using `curl`, but with finagle http I get: ``` Exception in...

Having played around with `ScanamoOps` I learnt that we cannot compare if two cats Free Monads are equal. It seems it boils down to `FlatMapped` "case class" having a Function...

cc @stacycurl I have to construct the query params my self, if I use `formParameters` on a request it doesn't seem to work (I get 404). ``` def get(uri: String,...

Thank you for your awesome containerisation of zeppelin - easiest way to run for sure. So I'd like to tweak your Dockerfile to do some stuff slightly different, but when...

SBT 1.2.8 with 0.14.10 packaging hangs forever or produces jar with missing files. Behaviour is quite intermitant. It seems using `sbt clean` can temporarily fix this issue. I also have...