Adam Hearn

Results 63 comments of Adam Hearn

I think this may be Scala 3 specific, I was unable to repro on 2.13.x (no compiler flags). However, the following fails to compile on 3.3.x ```scala suite("ZIO 2.0.20")( test("0...

Any update on this @domdorn? Would be good to root cause and resolve this issue.

I don't think this is a bug. The last line in `for` invokes `.map`, as such, the `.flatMap` example given is not equivalent to the `for` example. FlatMap accepts a...

/attempt #8668 | [Algora profile](https://console.algora.io/@/hearnadam) | Completed bounties | Tech | Active attempts | Options | | --- | --- | --- | --- | --- | | @hearnadam |...

@kyri-petrou I started working on an Array backed implementation which is showing some promise. Let me know if you would like to work together.

I don't think it's a good approach to use `Option[A]` then later fill in values. This seems like a repetitive for most CLIs. There should be a function like `subcommands`...

Looks like the CI is failing for JS. Please fix

I believe this is due to how opaque types are scoped. Can you try constructing the layers a separate file?

Ah right, I was thinking it was file scope. Looks like a bug.