Simon Vergauwen
Simon Vergauwen
- [ ] GET /profiles/{username} - [ ] POST /profiles/{username}/follow - [ ] DELETE /profiles/{username}/follow
- [ ] GET /tags
- [ ] GET /articles/feed - [ ] GET /articles - [ ] POST /articles - [ ] GET /articles/{slug} - [ ] PUT /articles/{slug} - [ ] DELETE /articles/{slug}...
Discussing some ideas for new features with @raulraja he mentioned tracing for `Effect`, so I was playing around with some ideas and come up with a small POC. Since `shift`...
This PR splits `Atomic` to a base module. This is something that is often needed in many projects, and it would be useful to have it as a smaller base...
When working with `parZip` you often want to combine it with `Effect`, rather than exposing many variants of the API these API compose naturally. In Arrow 1.x.x we decided not...
For Arrow 2.0 we're merging `Either` and `Validated`, we're doing so in multiple PRs and removed the `accumulate error` tests (`traverseValidated`). This issue lists the removed tests that need to...
https://github.com/arrow-kt/arrow/pull/2797#discussion_r958247534 Also discussed on Slack: https://kotlinlang.slack.com/archives/C5UPMM0A0/p1661181942207909
What would you like to see? Arrow should support Gradle 8.0. This is most likely something in https://github.com/arrow-kt/arrow-gradle-config