astral-sh / uv

An extremely fast Python package and project manager, written in Rust.
https://docs.astral.sh/uv
Apache License 2.0
21.63k stars 631 forks source link

Enable GitHub Discussions #6861

Open dbohdan opened 1 month ago

dbohdan commented 1 month ago

Could you enable GitHub Discussions like you have for Ruff?

zanieb commented 1 month ago

I'm not sure — issues seem to be working fine for us here right now. What's your reasoning?

dbohdan commented 1 month ago

What I like about Discussions is "show and tell", where people present their work related to the project. I think djot is a great example of how "show and tell" can create value. It has let the followers of the project discover things they are interested in, like integrations and implementations.

For uv, there is something I'd share in "show and tell". I have benchmarked uv against other script runners that download dependencies. It is the fastest that implements PEP 723.

If Discussions fit poorly with your workflow, maybe you could create a single issue for "show and tell"?

zanieb commented 4 weeks ago

Thanks for sharing your use case! We'll chat about this internally and see if we feel like it makes sense for us right now. A pinned "Show and tell" issue seems like a reasonable alternative too.