Isaac Sterckx

Results 2 issues of Isaac Sterckx

When running fastapi with hypercorn and the --access-log - option, requests get logged twice. I can't seem to pinpoint the exact issue. ## Setup ### app.py ``` from fastapi import...

When sending requests to the /@registry endpoint to retrieve registry options. The request fails when there is a json serialization issue in only one of the registry options. ``` $...