Roman Donchenko

Results 74 comments of Roman Donchenko

FWIW, I don't think convert functionality is needed in the API. It seems like a pretty niche command, and it'll only become less and less relevant as time goes on.

Yeah, sorry for the confusion. For some reason, I was certain wheel used to have a runtime dependency on setuptools, but I was mistaken. I'll edit the issue description.

`h5py` shouldn't be getting built at all, as it has pre-built wheels. Can you post the build log with the error?

Sure. If you disagree with my opinion, go ahead and close this. Personally, I saw it as a problem, so I wanted to document it, but it's not that important...

I have encountered a very similar issue, although not with OpenSSH, but with my own service that runs Python from the Windows Store. I believe it's the _service_ part that...

Isn't Task Scheduler a service? :-)

It would be handy if there was a way to provide a custom HTTP stack, like in tus-js-client.

This _is_ the actual use case - I want the end result to be `${A},B` when A is set, and `B` when it isn't. It's not solvable with just a...

> also, AFAICT bash never warn you about empty variable, just defaults to blank, so the comparison is pretty limited here. Yeah, there's no warning, but there's an option to...