Alejandro Serrano
Alejandro Serrano
I think that syntax is already supported (or maybe without a result type?). Definitely, if TS encourages that syntax, hinc should support it, thanks for the pointer! I would prefer...
It’s not yet documented, but you can use do as synonym of await. What do you think? El El lun, 10 ago 2020 a las 16:16, Evžen Wybitul escribió: >...
My current preference is to do (1), since we can do it without requiring an empty companion object (as happens with the lenses plug-in). However, I see the benefit of...
The problem is that GHC.Generics does not mark recursive positions, so I don't know how much of it can be ported to generics-mrsop. El mié., 8 ago. 2018 19:48, Arian...
Yes, parsing operators is quite complicated, because you need to know the fixities of all of them, and create a parser around those. My current state of thought is to...
@kutyel could you have a look here?
For the record, [this PR](https://github.com/Kotlin/kotlinx.serialization/pull/1624/files) adds support for JPMS for `kotlinx.serialization`. @durganmcbroom do you think this is a plausible solution for Arrow?
This is the same issue as #2553
We're currently running on Gradle 8.2 without issues, so this issue seems outdated
Closed by #2839