LeeTibbert
LeeTibbert
Sounds like a good plan. As always, I am on hand to help with the Scala Native parts. 1. Small typo above: s/Fixses/Fixes/ 2. SN #3927 is a PR. I...
| I’ve decided to implement the HttpCookie support from scratch Sounds as a wise move. In my "waiting for CI runs to finish" time, I'll refresh my memory of 'HttpCookie'...
@lqhuang Is the working plan still to implement `java.net.http.HttpClient` & kin as a standalone project, similar to the Cquiroz `scala-java-time` package at least for the first Evolution? That probably makes...
Riffing off what you said. Perhaps something like: * `.withMode(Mode.debug) // advanced option: releaseFast` * `.withMode(Mode.debug) // advanced hint: releaseFast` * `.withMode(Mode.debug) // 1+: releaseFast` I think folks can wordsmith...
Housekeeping: Scala Native 0.5.9 shipped with javalib `ProcessHandle`. What, if anything, needs to be re-enabled here? Perhaps I can take a run at enabling those pieces.