Filipe Laíns 🇵🇸

Results 478 comments of Filipe Laíns 🇵🇸

I made a cleaner fix. The icon should be resized acording to the gtk gui configurations. https://github.com/FFY00/blockify

Hey @jelly do you know what's the status of this? Making travis pass is pretty easy, what else needs to be done?

Thanks for reporting, we should be passing `--no-input` to pip. How does passing `--no-input` to pip change the experience in your use case?

`--wheel` will build from the specified source, that could be `srcdir`, or as this issue proposes, that could be a tarball. But I believe in doing that, we would need...

I am reluctant of accepting this feature, but if we do I think we should only support `.tar.gz` sdists as they are required by PEP 517, and are the de...

We would do some validation: check if the name matches the format, and check for `PKG-INFO`.

My recommendation would be to rename that helper to something less generic, eg. `myproject_setup_helper`. We do not consider this a bug, as it is just normal module name conflict. That...

`PYTHONPATH` should not interfere with isolated builds, so I am marking this as a bug.

Looks like CentOS patches the `venv` module then :confused: You can install `build` with the `virtualenv` extra, `build[virtualenv]`, which should fix this. We should make `virrtualenv` a hard requirement on...