Kian-Tat Lim

Results 5 comments of Kian-Tat Lim

This seems likely to be due to a security-scan HTTPS proxy, e.g. https://support.sophos.com/support/s/article/KB-000038420. The error is SSL doing its job at preventing man-in-the-middle attacks. Typically you would need to add...

Some combination of things in here might help. I'm not certain, however, that conda-eups (if you're using that) will use the conda-client's certificate chain. https://stackoverflow.com/questions/39356413/how-to-add-a-custom-ca-root-certificate-to-the-ca-store-used-by-pip-in-windows

As far as I know, `robots.txt` can only allow or disallow access, not rate-limit. It is also interpreted by the client, not the server. Finally, the Rubin Observatory eups package...

It's really hard to search for `__all__ tuple list` on Slack :) A GitHub search for `__all__ = (` gives 234K code results; `__all__ = [` gives 963K code results....

Note that even cpython is internally inconsistent: the somewhat newer `asyncio` and `tomllib` use tuple, while most other modules seem to use list (including ones where it's required due to...