Dio Lazar
Dio Lazar
Yea, this whole PDF is terrible. The producer adds javascript to it, which hides/display this overlay on top (or shows an error message). I found that some PDF readers just...
Let me rephrase. I've used it without a problem, the import worked fine for a while. The http auth dialog was annoying, but I could just cancel it and the...
You could check for 401 Unauthorized status first (and possibly WWW-Authenticate header for basic/digest). Or maybe only accept 20x codes.
> if (xhttp.readyState == 4 && xhttp.status == 200) The line you've posted is exactly what I meant - that it should only process responses that have 200 status... so...
Thanks for reporting. Can you please post the exception and traceback it throws?
Huh, there should be a line which says `Couldn't log you in due to an error:` just after asking you the second time for login/pw, do you see it?
That's unfortunate, can you tell me what kind of MFA method do you use and what kind of error do you get? I've only tried it with the method I...
hey @shankarcs not sure if it's still relevant for you, but I added the functionality you've mentioned here https://github.com/abduhbm/dep-license/pull/9 To get the name+version+pypi url+github URL, you'd call: > deplic ....
hey @abduhbm sorry I've never seen these pre-commit hooks used, can you explain how can this https://github.com/abduhbm/dep-license/runs/4406447331?check_suite_focus=true be fixed?
@yusuketomoto any news? What weights have you tried? I tried lambda_feat=1.0 with lambda_style from {1.5, 3.0, 5.0, 7.0, 10.0} with all other weights default. All results are noisy and they...