Adam Fraser

Results 324 comments of Adam Fraser

@khajavi Can you take a look?

@khajavi Do you want to publish a new version of the documentation?

@swoogles Was this fixed by #8201?

@vitaliihonta Is this issue resolved for you?

@honzatrtik If you are using `is` you need to use operators which are supported by the smart assertions implementation. You can express the code above as `result.is(_.left) == Error.A`.

You can look in `SmartAssertions.scala` but we could definitely have better documentation there. Copying @khajavi.

I think start with whatever you think would be helpful to a user.

There are also a lot of pipeline operators and I think it probably makes sense to proceed incrementally so you can just take a couple of operators that you would...

Those look good with the exception of `pipe` which already just sends something through a pipeline. Also take a look at #7455 to make sure we aren't duplicating work there.