Robert Ayrapetyan
Robert Ayrapetyan
@carver, if possible - please merge on your side. I swear never merge master into dev branches anymore :)
@pipermerriam, I would be glad to merge, but most of the changes there are yours so I can miss\overlook something. As for trinity parts - I guess you mean formatting...
So is this going to happen with #1594?
Same issue with "ODBC Driver for SQL Server" (both 13 and latest 17), which doesn't have any built-in timeout capabilities. pyodbc.connect()'s timeout param can simulate mssql's LoginTimeout, but with turbodbc...
> BinTray is closing soon; we're in the process of moving to JFrog Artifactory. For 1.74.0 releases, you can use https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.gz Could we not use both underscores and dots in...
Yes, this helps users with a messed-up local certs to use a pure-pythonic independent way to deal with certs. Because certifi and its certificate list is distributed with the application,...
@theCalcaholic, could you clarify how transparent proxies may affect local certs verification?
> I seem to have fixed the issue :). > `pip3 install passlib[bcrypt]` A note for myself: this should be run on your local machine (where you run ansible), not...
Hello. Sorry, I've done a little of research before posting this issue, but here is a quick workaround - just a simple patch in _on_wsdl_document_built callback: ``` python def _on_wsdl_document_built(doc):...
Have you installed dmidecode and ethtool? ``` sudo apt install dmidecode ethtool ``` Are you running script as root?