Adam Fraser

Results 324 comments of Adam Fraser

@swoogles Can you take a look at this?

I think it is actually highly compositional. It does exactly one thing, which is run two workflows and return the first one to complete, interrupting the other. It does not...

@djx314 Sure! I have a feeling that it is somewhere in the version specific ZIO Test SBT logic where we reflectively instantiate the different test files.

Thanks for reporting! Will take a look.

@djx314 Do you want to open an issue with the Scala team and see if they intend to support this behavior at all? If it is not supported at the...

@zaxxel I would create a separate nominal type for each of these. For example: ```scala final case class BaseSttpBackend(val value: SttpBackend[Task, Capabilities]) final case class CryptoSttpBackend(val value: SttpOauth2ClientCredentialsBackend[Task, Capabilities]) ```

The overall behavior here is definitely intentional since there is a significant set of users who worry that they are providing more layers than necessary (e.g. an implementation originally required...

Yes we need to bring back the `MetricListener` interface to support this.