Gabriel Dugny

Results 17 comments of Gabriel Dugny

Hey! Stumbled upon this issue while working on stubtest errors for #1691. Do we have an idea on which path to take? Either way, I'll add a reference to this...

As the README is already using Markdown, I would say [`mkdocs-material`](https://squidfunk.github.io/mkdocs-material/) may be a good fit. I've been working with mkdocs for a while now, so I can contribute to...

@jordantshaw If you want to try Poetry with PEP621, I made a [POC as a Poetry plugin](https://github.com/GabDug/poetry-pep621-compat/tree/main) for 1.6.1. Though, is an experimental, untested, one afternoon proof-of-concept and should not...

Hey 👋 I'm working on an adaptation of the official NPM extension for PDM. Porting from the official extension means support for multiple pyproject.toml and support for VS Code workspaces....

> Let's please separate comma and `setup.py` changes Yes, unfortunately it seems pre-commit.ci wanted to make the changes.

Seems like mypy has trouble detecting the source/stubs with this new way of declaring the project. I've tried a few things with no luck, any insights are appreciated :)

> I have no idea what is going on :) I'm puzzled as well! I'll probably try to use another build-backend like hatchling, we never know.

Have the same issue, using a Protocol seems to do the trick, unless I missed something. If you or anyone else is willing to do a PR, go ahead, else...

Not specifically extras, but psycopg2 or 3 will result in change the stubtest as well. Would you prefer to go "full-extras" or to try and run multiple stubtests with different...

Hey @EmilStenstrom! Sorry for letting this PR rot. I've rebased from the main branch, and removed all documentation content, only including the current README. The documentation data migration can thus...