| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: hack <hacksparr0w@protonmail.com>
There was a problem hiding this comment.
Thanks! Would you be willing to write a test for this please? Or add enough type hinting that it would be caught by mypy.
Sorry, something went wrong.
Signed-off-by: hacksparr0w <hacksparr0w@protonmail.com>
|
I isolated the bug into a test case. Codifying this into type hints would be non-trivial since the used parse_qs function from urllib.parse is not typed and returns Any. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The _bake_output function in exposition.py expects the params argument to be a dict[str, Any] but the ASGI interface does not handle encoding, thus the parameters are passed in as dict[bytes, Any].