Ibraheem Ahmed

Results 207 comments of Ibraheem Ahmed

Removed in https://github.com/ibraheemdev/seize/commit/97ef5794916a1e5afdefdebaac5fac68e1244466.

Reopening this until the fix releases, it's not part of the latest release as it is a breaking change.

I opened up https://github.com/astral-sh/uv/pull/3214, which should address this. Thanks @fatelei for your initial work on this.

Nice to see this merged. Would implementing https://github.com/ibraheemdev/matchit/issues/17 (support for routes like `/{foo}.bar`) be problematic for axum?

There's currently no way to do this. I'd like to know your use case to design a useful API that allows for (graceful?) shutdown.

We could probably expose an incoming requests iterator to allow users to control the server loop, and use signal handling to exit as necessary. We would also need an API...

Hmm I'm not sure what the issue was at the time, it seems to compile now :upside_down_face: However, it still makes sense to make the dependency conditional as it is...