John A. De Goes

Results 203 comments of John A. De Goes

> Chunk.BitChunk is now exposed in Chunk#asBits, I'm not even sure if that will work since BitChunk is private. > Update: I added the bitwise operations to Chunk[Boolean] and override...

@julienrf Would love to get this in! Any idea when you'll have a chance to fix the build issues??

How about: ```scala def debug(str: => Any): UIO[Unit] ``` which you can call from inside your code (or inside the tests), and whose results appear in-line with the tests?

A FiberRef that contains an Option of Ref. 😈

@rwhaling Thank you for the head start! I think we will start on this in earnest after we get 1.0 out the door... for sure at the ZIO hackathon in...

Chunk is now a Scala collection so it has all the Scala methods. I think the scope of this ticket is now purely around specializing inherited methods (i.e. override and...

``` val zio = "2.0.0" val zioPrelude = "1.0.0-RC15" val zioLogging = "2.0.0" val zioNio = "2.0.0" val zioJson = "0.3.0-RC10" val zioInteroptReactiveStreams = "2.0.0" val zioConfig = "3.0.1" val...

Hmm. To fix this, we need some way to detect that the user has called `System.exit` from the main fiber. If a security manager can be installed, that can be...

>We should be able to work with Arrow[T, Boolean], not only with Arrow[Any, Boolean] at top level. For mocks and complicated assertions. > We have to be able to compose...

And maybe with a module-level existential encoding of `v` so users cannot synthesize their own variable identifiers out of thin air.