John Vandenberg

Results 1066 comments of John Vandenberg

Thanks. That showed me that there was a click cli runner error, and setting `export LANG=en_US.UTF-8` fixed it.

I guess there is some extra flag for ` CliRunner.invoke` to check exitcode and raise the exception, or that should be an extra assert added.

Could this be a problem wIth the new manylinux download being run unnecessarily? If you have an existing wheel locally, pip doesnt need to fetch a new wheel. i.e. by...

Any solution which focuses on `manylinux` will be linux specific. > manylinux wheels are very much incompatible with our security requirements. If I understand correctly, you want pip to not...

> it's that shared object files of libraries (that often have security fixes such as libxml, libssl, etc.) are straight vendored into the wheel. Can you give an example? Maybe...

https://github.com/numpy/numpy/issues/7570 appears to be the only open issue related to manylinux. It does confirm they are shipping .so's and causing many problems in the process. :/

I've been doing a bit of analysis of 'fat binary' tools, which can be seen at https://github.com/storyscript/community/issues/8#issuecomment-540956151 PyOxidizer is great, but any use of `__file__` breaks it, but all of...

This bug still occurs, and the `chardet` package gets this right. Very likely this is a bug in https://github.com/PyYoshi/uchardet , the underlying library powering cChardet.

It isnt possible with this validator afaics. You may be able to achieve that by creating a script that uses https://github.com/p1c2u/openapi-core . If you want a CLI tool, I found...