arrow
arrow copied to clipboard
Λrrow - Functional companion to Kotlin's Standard Library
This ticket tracks classes that are lacking in test coverage. All of this code has been stable for a long time, but it's a good way to get familiar with...
What version are you currently using? ``` // Data types and more implementation(platform("io.arrow-kt:arrow-stack:1.2.0")) implementation("io.arrow-kt:arrow-core") implementation("io.arrow-kt:arrow-fx-coroutines") ``` What would you like to see? I can see that `handleErrorWith` function is deprecated,...
 I get this recently: ResponseE result keep getting null value for its body and raw result. The request it self is successful. Maybe this is kind off serialization error,...
What version are you currently using? 1.2.0 What would you like to see? Currently, we can compose `Optional`s, but we cannot do the same for `Lens`es with a nullable target...
What version are you currently using? 1.1.5, just upgraded to 1.2.0 What would you like to see? I use traverse extensively, and find it much cleaner when manipulating nested monads....
What version are you currently using? V1.2 What would you like to see? I want to have a more readable alternative to zipOrAccumulate, when doing error accumulation. ```kotlin either {...
### What version are you currently using? 1.2.0-RC ### What would you like to see? Sometimes, inside `Raise`, a failed precondition stops the computation from going further, and short-circuiting is...
What version are you currently using? 1.2.0-RC What would you like to see? > The KDoc is minimal and lacks examples. For example, on raise() we have just "Raise a...
Some of the deprecation suggestions are not working when running `Replace with` action in `Intellij`. This is a bit annoying when we want to replace the deprecated method automatically. The...
`alpha` and `rc` versions are showing up in the `maven-metadata.xml` `` tag https://repo1.maven.org/maven2/io/arrow-kt/arrow-core/maven-metadata.xml ## Observed: `/metadata/versioning/release` = `1.1.6-alpha.3` ## Expected: `/metadata/versioning/release` = `1.1.5`