Marc Moreno Ferrer
Marc Moreno Ferrer
Something happened after merging `arrow2` into the branch
ok so i added a bunch of changes to this PR regarding #2787 : 1 - Removing all traverse operations 2- Re-adding all tests #2819 3 - Changed zip implementation...
update: working on it
@nomisRev @serras I asked the Kotlin channel for an estimation of the official release of context receivers. They estimate the release in Kotlin **1.9**
would it make sense create streamable object like **Kotlin flows** but with **Either** or **Validated** behaviors and operators? (perhaps it's a stupid question)
@marcbaechinger I'm facing the same problem and we made a dirty workaround for samsung devices that inverts the list of custom actions and looks woking but with some exceptions: if...
@marcbaechinger I'm preparing a project with something similar of my implementation so you can take a look on it :) (I can't share the real project) will try to do...
is there any update on this? Would be really nice to have support over `1.9.21`
[here](https://github.com/m2f-kt/Archer/pull/35) the changes (gradle/libs.versions.toml specifically) you should be able to just fork the PR and run `./gradlew check` and here de dependencies (to make it work in the PR I...
Did anyone find a solution for this? I'm not able to find a way to make my authenticated services to work. In my case I do have this: ```kotlin //...