He-Pin(kerr)

Results 344 comments of He-Pin(kerr)

Hope this be backported to scala 3.3.x too

This should be epic, does it support compiled records, eg the records from a jar?

Thanks, @Roiocam , ping @dwijnand ~~

The bug is: The actor `WatchActor` is inside a scope, so the first parameter should be the `new AnyRef`, but there is no matched constructor. >Returns a Constructor object that...

@dwijnand I think you know Akka/Pekko better than me, would you like to help out, thanks.

A question is if a new scala-cli is released, will scala update it automatically, like `cs update scala-cli`?

1. When do republishing , is there some kind of Sha or md5 checking ? 2. Does Windows platform been well tested?

we have something like preloading which is supported by returning a `OK`, so I +1 for this.

I tried : ``` pf.applyOrElse(grab(in), NotApplied:Any/AnyRef/Any => Any) match { case _: NotApplied.type => completeStage() case elem: Out @unchecked => push(out, elem) } ``` Which works too.