Results 13 comments of Dejan Noveski

``` import requests requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS = 'DEFAULT@SECLEVEL=1' ``` Adding this on the top of each provider module (e.g. providers/podnapisi.py) will fix it for that provider. I would do a PR but...

+1 Nvidia 555.58.02 Plasma 6.1.2 Wayland. Works with --disable-gpu

I use basedpyright.analysis.diagnosticMode, set to workspace. I use v1.15.2 I tried it again, it doesn't work in vscode. Make sure you haven't opened any files from pack1 prior to opening...

> is this an issue in pylance? No. In pylance, it works, even if you set the diagnostic mode to open files only. I think this is what separates pylance...

You probably have "python.languageServer": "None" set in .vscode/settings.json automatically, so pylance doesn't work. I can reliably get autocomplete with pylance.

I've been poking and prodding the code for the past two days. Initially, all the files are analyzed and the symbols are correctly mapped and processed, but somehow, the symbol...

Wasted a ton of time on this issue, and found nothing. All the files in the workspace are getting processed when you open the project correctly, just not offered for...