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
I've been trying unsuccessfully to write a function ScottyM () -> ActionM () (or WAI.Application -> ActionM (), really) in order to use Scotty applications as plugins. As far as I can tell the main difficulty with this is that Scotty still uses the pre-WAI 3.0 style of application internally. Is there a technical reason for this, or would it be worthwhile to try and migrate Scotty to CPS?
The text was updated successfully, but these errors were encountered:
I've been trying unsuccessfully to write a function ScottyM () -> ActionM () (or WAI.Application -> ActionM (), really) in order to use Scotty applications as plugins. As far as I can tell the main difficulty with this is that Scotty still uses the pre-WAI 3.0 style of application internally. Is there a technical reason for this, or would it be worthwhile to try and migrate Scotty to CPS?
The text was updated successfully, but these errors were encountered: