Mark Bakhit

Results 313 comments of Mark Bakhit
trafficstars

@angryfoxx Tests are still needed for this PR. On top of that, there's a more pressing issue that blocks all PRs from being merged #483

Yes. @johnthagen has created a workaround for our broken workflows. PRs are now mergeable again.

Closing this in favor of #507

@johnthagen I'm thinking of spinning this repo out of Jazzband. I've been hesitant to make major changes or test/CI changes due to how slowly things are moving in Jazzband, which...

Jazzband is currently a centralized org with only one admin. So naturally, if that one admin becomes busy then things don't move forward.

That's a really good idea. I agree that it's best represented as an optional DB type. I don't know when I'll have time to develop this, I've been stretched pretty...

@ErwinJunge This is a candidate for merge if tox tests can be passed.

Hey @klen Just a reminder you have to click on the [GitHub Actions tab](https://github.com/klen/py-frameworks-bench/actions) and select the option to resume workflow activities. GitHub automatically disables periodic actions on any repo...

I'd say it's easier to run every backend using Uvicorn, and rely on Uvicorn's auto reloader.

`asgiref` contains a `WsgiToAsgi` converter. It would technically be less performant than a true WSGI server, but our run utility is for debug purposes only anyways.