Alejandro Serrano
Alejandro Serrano
Just to give a heads up to everybody interested, because of #3380 and #3381, we'll be releasing 1.2.3 and announcing that one instead.
@jsoizo I've talked with @nomisRev, and we've agreed that it makes sense to fix the different `crosswalk` implementations, based on your findings in this PR.
My 2 cents here is that `attempt` could be helpful for some style of programming. However, I don't think we should rewrite the rest of the code to use `attempt`,...
@nomisRev @franciscodr @raulraja @kyay10 thoughts on this? I don't think we should do this, since we don't really use `Either` anywhere in our API...
I think that in fact we're missing that operation. My reasoning is that for a "complete" API for `Either` you need the 2 functorial functions (`map` and `mapLeft`), the `fold`,...
The main issue I see with this is that there's no much difference between writing `tupleOf(a, b, c)` and `Triple(a, b, c)`.
Hi! Sorry for taking such a long time. This kind of problems usually happen when the names of type parameters do not coincide with the ones in the class. So...
It seems that there might be some problems because of incompatibilities between kapt and newer Kotlin versions. The solution seems to be to migrate to [KSP-based Dagger](https://dagger.dev/dev-guide/ksp). @postfixNotation could you...
@postfixNotation has this improved with 1.2.4?
This is all a bit magical to me, but let's start with some concrete questions: is it possible to make `mightFail` not inline? That way `FailureValue` wouldn't have to be...