Alejandro Serrano

Results 224 comments of Alejandro Serrano

I expect the new partial type annotations in Kotlin 1.7 to help a bit with it. For me the main problem has always been that if need to specify the...

@nomisRev I am a bit confused, it seems that you merged `main` into this branch, but I think `arrow-2` should be the right one.

I’m definitely OK with the backport. However, what is the plan forward? Are you closing this PR and making a new one against a (rebased) arrow-2 branch, or merging with...

It's been more than a year since the last commit here; is it OK to close this PR?

@modernptz @pakoito are you OK with closing this issue? I think it's a long time since Arrow migrated from `IO` to `suspend` functions.

Just my opinion: I think `Resource` is a good name, especially because `resourceA.use { ... }` maps very clearly to "I'm using a resource". But maybe `ManagedScope` works a bit...

I really like your plan of back porting things to Arrow 1.x, to give people a feeling of the new API. Ultimately people have to learn some naming, so keeping...

In my mind it makes sense for`Scope` to relate to resources, since any structured management of concurrency/threads/resources is somehow tied to managing the scopes where things are visible. If I...

@lenguyenthanh @nomisRev I would suggest targeting the 1.7 series of the compiler, so we can make use of the new context receivers. As you point out, maybe when we release...

@MarkMarkyMarkus is it possible to obtain these reports as part of the GitHub Action we are currently running?