sify21
sify21
I had to add an `options` mapping to each endpoint
Sorry for the misunderstanding. It's not "unreachable", it's "reachable but at a slow speed", or "reachable but the packets are randomly lost". In my environment I can ping 'pypi.python.org', but...
it's even better to update `back` to the latest, to get rid of `npm WARN EBADENGINE Unsupported engine` warnings
Is the encryption part of this issue fixed by https://github.com/sybrenstuvel/python-rsa/pull/126?
the script works fine, just need to change all `AES.new(key)` to `AES.new(key, AES.MODE_ECB )`
Hi @ljacomet , I added reproduce steps to demonstrate the issue. In step 3, maven will fetch all required dependencies initially, after that both maven and gradle will use local...
remove stale label
I had a similiar issue with` pyrsistent 0.16.1`, poetry 1.2.1 solved it > poetry 1.2.1 doesn't default to the embedded pip. So for those who were hitting this it's likely...
Just add an example of `typosquatting attack` advisory from rust: https://github.com/rustsec/advisory-db/blob/main/crates/rustdecimal/RUSTSEC-2022-0042.md What should be done for this kind of advisory that doesn't have related package/version? Just ignore them?
Saved my day!