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
The real problem here though appears to be that we are constructing a KleinRequest via adaptation - apparently for no good reason. Rather than lie about the type of mapper, I think it would make more sense to replace KleinResource.render's invocation with a simple KleinRequest(request, mapper).
Technically what I'm proposing is an incompatible change, but given that KleinRequest(request) gives you a nonsense non-functional object without an attached mapper, I'm OK with a short deprecation cycle here.
The text was updated successfully, but these errors were encountered:
In #359, @glyph notes:
The text was updated successfully, but these errors were encountered: