Paul Melnikow

Results 167 comments of Paul Melnikow

Decision: - Check for this case, and return a third array of flags This will be a breaking change for some users.

I forget whether or not it's reproducible on OS X. Though yes, the way I'd put it is that the goal is to make the code work the same in...

> I am fine with this fix, but I wonder if it would be better to regard it as a workaround to a regression in numpy. Do you think this...

Just wanted to offer a reason for adding support for sdist: I've started using cibuildwheel on Azure Pipelines, and generating all the builds as part of the same process makes...

> @paulmelnikow A single line with `python setup.py sdist` before calling `cibuildwheel` in your CI would have the same impact, though? Yes; though the less boilerplate I have to understand,...

> Currently, all these options are environment variables, so while a do think these are good points, that's probably a different discussion? I feel like this was mentioned in some...

Ah, thanks for that! The server I wrote doesn't handle chunked uploads at all. I don't need it immediately but would like to add it at some point. Probably the...

I wish I had more time to work on this as I'd really like to have a great solution in lieu of solving this problem over and over again. I...

Hey @transitive-bullshit could you pin this issue?

Doesn't it already work with github, bitbucket, and gitlab? Maybe [these git–mercurial bridges](https://github.com/felipec/git/wiki/Comparison-of-git-remote-hg-alternatives) would be worth testing to see if they would provide easy hg support. Since Mercurial is not...