play-monadic-actions icon indicating copy to clipboard operation
play-monadic-actions copied to clipboard

A simple scala DSL to allow clean and monadic style for Play! Actions

Results 8 play-monadic-actions issues
Sort by recently updated
recently updated
newest added

Removed existing travis ci configuration and replaced it with a github action. Addresses #51.

I'm experiencing compilation problems when upgrading from v2.1.0 to v2.2.0. These seem to be related to the addition of `fBooleanToStepOps` implicit conversion. Could you please provide some context on why...

Let's try to move the CI to github actions

For the switch to sbt-ci-release, I've simplified `.travis.yml` and removed the coverage tasks, they need to be added back

low-hanging-fruit

Addresses issue Kanaka-io/play-monadic-actions#46 * upgrade sbt and Scala versions * update docs and version file for v2.3.0 release * remove scala 2.11 support

Fix issue #44 by reverting comming 0d81d07dc779716627ed2092ec61a417bbfd42ce ping @vil1

I've found that the overloading of `?|` breaks type inference for pattern matching anonymous functions. I use the following service error pattern heavily, but this doesn't compile: ``` scala sealed...