Clément Pinard
Clément Pinard
### Context Github and gitlab flavored markdown have their own parsing tools to detection links to issues with a simple `#` or `!` for gitlab's MR. Example here : #103...
Hi, this is a small continuation from #1063 Last time, there was a problem with the table collapsing, this is solved now (thank you !) Now I am in search...
### Issue Kind Improving documentation ### Existing Link https://python-poetry.org/docs/pyproject/#extras ### Description In the documentation for extra, we can read this : https://python-poetry.org/docs/pyproject/#extras ```toml [tool.poetry] name = "awesome" [tool.poetry.dependencies] # These...
Make the `ImageRegressionFixture` compatible not only with bytes but also with direct PIL.Image.Image objects. Most of the time when I use it, I have to convert my images to bytes...