You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ilya-murzinov is this still an issue? Could be related to withContent (or other subsequent methods) confusing the type inference of the overall request. If it's still an issue, I'm not sure it can be solved, but it should at least be documented. (#notetoself)
@jeremyrsmith yes, this is still an issue.
To my intuition, seems that accept should always go last, otherwise there is some issue with type inference.
This compiles
But this doesn't
with because can't find implicit CanBuildRequest instance
The text was updated successfully, but these errors were encountered: