Jason Zavaglia

Results 8 comments of Jason Zavaglia

I recommend accepting this - the notebook does not run with these errors. The errors were introduced in commit ed48958a5680de8509af00a0526d0603e7a68822

Just fyi, this is where pip has installed pyodbc.pyi in my docker container - in `/usr/local/pyodbc.pyi`. I was just reading this thread and trying to diagnose why VSCode/Pylance was not...

Alternatively, some guidance on how to discover the dot commands when first starting up would be good - ipython for instance tells you "press ?" to know more. The design...

Broken here also.

Pull request 64 does run fine - thanks.

I have to drop this dependency due to the compatibility problem. Hope you're ok Victor and you can get around to fixing at some stage! cheers :)

I have the same issue, Python 3.11. A bit of archaeology here - this is the old code here: https://github.com/urllib3/urllib3/blob/82f8011678714baffcba1a311c50fd0de5dc7250/src/urllib3/request.py#L4 It seems that urllib3 moved on from this quite a...

As symbolic links are not supported, the fix here is to patch update-ca-trust to add the following lines to the end: ``` cp -f $DEST/pem/tls-ca-bundle.pem /usr/ssl/certs/ca-bundle.crt cp -f $DEST/pem/tls-ca-bundle.pem /usr/ssl/cert.pem...