Michael Jones
Michael Jones
*As reported on [Discord](https://discord.com/channels/768594524158427167/768594524158427170/1294276312541691935).* I'm currently getting an error: ``` error: Unknown module value ┌─ /home/michael/root/projects/gleam-lang/plug/src/wisp/plug.gleam:57:7 │ 57 │ wisp.Request( │ ^^^^^^^^ The module `wisp` does not have a `Request`...
This PR is designed to take over from: - #967 - #934 It merges them into main and goes step by step to resolve the conflicts. It might be reasonable...
These are tests that have been deleted from the main 'merge-target' branch as they are failing and I'm not sure exactly how to fix them up.
I have been using this project to extend a Phoenix app with a plug that runs requests through a Wisp/Gleam handler and only passes them on to Phoenix. It has...