Kopaniev Vladyslav
Kopaniev Vladyslav
Supporting custom interpreters would allow user to create their own specialized versions of sagas, e.g. for custom error handling (non-Throwable). This should also hide more logic inside interpreters so the...
ZIO Prelude is a new functional programming library that provides a set of functional abstractions that is somewhat different from the classical 'haskell-ish' approach taken by libraries like scalaz and...
This change adds a new `FieldNamingMode` trait that should be mixed into Derivation trait implementation (self-type requirement). This trait has `transformName `method that is responsible for transforming the case class...
I think it would be great to be able to support something similar to https://circe.github.io/circe/codecs/custom-codecs.html#custom-key-mappings-via-annotations but for `DynamoFormat`. I have a case where fields in Dynamo are named in UpperCamelCase,...
We are trying to use `monix-redis` version 0.6.0-RC-1 in our project, but at the same time, our project is dependent on `scalapb-runtime` version 0.9.4 which is binary incompatible with `scalapb-runtime`...
It would be nice to have a function similar to SQL `BETWEEN` operator that can filter elements from a `Seq` that are in some range. This is not an uncommon...
**Checklist** - [x] I read the documentation at https://chimney.readthedocs.io/ and checked that the functionality exists - [x] I verified that the behavior for my use case doesn't match the documentation...