sinanspd

Results 4 issues of sinanspd

### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [x] feature request ``` ### OS and...

enhancement
PR Welcome

I didn't know if this should go in discussion or here as I imagine this was part intentional. Because `IvParameterSpec` is generated on random bytes, whenever you run the application...

Reviving this old idea that we closed under [scala/scala-dev#661](https://github.com/scala/scala-dev/issues/661). **Motivation** 1) Currently `andThen` defined for Futures, doesn't preserve the error behavior. We could argue that if the side-effecting code throws...

enhancement
library:concurrent
status:pending

Addresses #44 As originally discussed in [scala/scala#8857 ](https://github.com/scala/scala/pull/8857): 1) Defines `tapEach` for `Try` 2) Defines `tapEach` for `Futures`, using transform, leveraging the existing implementation for `Try` Following the pattern that...

enhancement
library:concurrent
status:pending