Timothée Mazzucotelli
Timothée Mazzucotelli
There's this wiki page: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Users
Would you like to add your plugin to https://github.com/pawamoy/best-of-mkdocs? You can add it at the end of the `nav-pages` category in `projects.yaml` :slightly_smiling_face:
Took me a few hours today to get to this issue 😄 Glad to see it has already been worked on, thanks @Kludex and @trallnag 🙂 Any way I can...
Oh, I see @Kludex is also working on resolving the original issue in Starlette.
Should I understand the Starlette PR is doomed 😅 ? I'll see if I can continue your work once @trallnag has given us updates (on this PR or on the...
Hahahaha I was going crazy, looking for print statements in my own code, then in every involved library (uvicorn, starlette, fastapi, ...) 🤣
In the meantime I excluded 5.8.2 from my accepted range: ```toml dependencies = [ ... "prometheus-fastapi-instrumentator>=5.5.1,!=5.8.2", ... ] ```
Here is the official SVG logo: https://raw.githubusercontent.com/tox-dev/tox/3.7.0/docs/_static/img/tox.svg
I wrote a solution [here](https://github.com/benoitc/gunicorn/issues/1572#issuecomment-638391953) (and the same thing, explained a bit more, in this [blog post](https://pawamoy.github.io/posts/unify-logging-for-a-gunicorn-uvicorn-app/))
Isn't the usual method of these \*env tools to write a shim when installing a new package, shim that will itself run the right version of the package's binary/script? ```bash...