Filipe Laíns 🇵🇸

Results 478 comments of Filipe Laíns 🇵🇸

Okay, would this work? Or were you thinking of something different? ``` $ pipx install -m build $ pipx run -m build ``` Basically we add a `-m`/`--module` argument to...

Ah, sorry. What if you want to install from VCS or a sdist?

> Then you would need to use e.g. > > ``` > pipx run --spec git+https:// -m build > ``` Isn't that wastefull and time consuming? If I wanted to...

Currently, we are blocked on deciding the UX for the plugin, what happens when users add a new channel which needs this plugin specifically. My proposal would be when a...

I think I am gonna make a new release with this PR if everyone is alright with that.

Yep, we need to create a subprocess with a controlled environment, where we remove *some* of these keys.

I think it can make sense, however, I think this should be something that the consumers have to explicitly opt into.

From https://packaging.python.org/en/latest/flow/#the-source-distribution-sdist > A source distribution contains enough to install the package from source in an end user’s Python environment. As I understand it, this is, and has always been,...

Wouldn't this be a bit late for that? We already went through the deprecation period, and removed the feature in the alpha releases, bringing them back now would be a...