Stephen Sadowski

Results 38 comments of Stephen Sadowski

> Or if you can share what specific part of code/configuration you want to see, will try to share that separately. Since we don't know your code, we can't really...

This isn't a bug as we don't support gevent by default. I've updated it to be a feature request.

@ahopkins We disallow empty strings on str and introduce a new anystr This has my vote and now I realize I had not been writing tests to catch this problem...

I believe this is a bug, but not for the reasons stated above - sanic should not be accepting requests at all before the server starts, and therefore clients should...

@ehuss Circling back here, recently started using mdBook and merging this would be very helpful. Thanks in advance!

@ehuss I wish I could help out, I'm mostly just consuming mdBook - my rust is amateurish at best. Thank you for the quick response, though, it helps with clarity...

Confirmed. This appears to be an upstream issue with [tracerite](https://github.com/sanic-org/tracerite) ```sh [💻 ssadowski@q|test-sanic]$ pdm run sanic Traceback (most recent call last): File "/playground/test-sanic/.venv/bin/sanic", line 5, in from sanic.__main__ import main...

I added setuptools and it failed without error (correctly, I might add, because there's nothing for it to actually run yet) so I'd say that seems to be accurate. I'll...

Seems to work as expected, blocks for 10 seconds on /a, blocks until completed on b. Still blocks if async keyword is added because time.sleep() is a blocking call. same...

I'll have to dig into the connection handler to identify whether that behavior should be expected. If it is, we should document it. I will update after I've had a...