Alejandro Serrano
Alejandro Serrano
After trying a lot, it turns out that the problem with Kover here is related to [GitHub Actions permissions](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/). In particular PRs from forks are **not** allowed to add comments...
In particular, you can go to the Action logs, and see the `GITHUB_TOKEN` permissions. For this PR, for example, you have `pull_requests: read`, but for branches within the repo you...
@i-walker @nomisRev @raulraja does it make sense to have this if GitHub won't allow reporting it as part of the PR?
@dmstocking are you still interested in pursuing this? Maybe we can find a nicer design which doesn't require tons of utility functions in the library.
Kotlin 1.8 [has removed the old backend](https://kotlinlang.org/docs/whatsnew18.html#removal-of-the-old-backend). Should we close this?
I'm closing this issue, because most of its goals have already been achieved. Workflows for different platforms run now in parallel, and we made some decisions about which of those...
In the [new website](https://arrow-kt.io/) we have a [section about functions](https://arrow-kt.io/learn/collections-functions/) which covers currying, partial application, composition, and memoization. Do you think this is enough to cover the missing docs?
@brezinajn were you able to make this work by following the KSP docs?
We now support every target supported by KMP, so I'm closing this one.
I think our current _Example projects_ page fits the bill quite well https://arrow-kt.io/learn/design/projects/