Brian Turek
Brian Turek
If you have ```toml [[tool.poetry.source]] name = "foo" url = "https://pypi.org/" ``` then you must then do `poetry config certificates.foo.cert C:\Users\king.kyle\certificate.pem` (note the "foo" part). The "foo" is the part...
Apologies for missing that last bit. I think I have a good idea what might be happening; can you try (note the new default line and the non-pypi name): ```toml...
Huzzah! As a rule of thumb, you'll want /simple for most repositories. @sdispater: Do you have any strong feelings one way or the other about allowing a certificate authority override...
Either what @jobec said or if you're in a corporate environment that squats on external domain names. My first thought on this is that it seems like a not-great security...
@jerodg Are you having troubles installing poetry or installing packages using Poetry? If the prior, how you installing it? I typically use `pip` to bootstrap Poetry and that sounds like...
With 22.04 now out as a stable release, it would be great to get this added! It looks like a trivial change on top of the impish support but impish...
If I put together a PR that provides both AES-CBC and AES-GCM client side encryption, would there be appetite to adding it to the library?
@mariusgrigaitis One could use [cryptography](https://github.com/pyca/cryptography) and avoid PyCrypto altogether. I have a proof-of-concept that uses it and it works just fine.
Hi @Sec-ant! First off, thank you for taking the time to help with keeping up with the forever-changing Javascript/Typescript environment; this is probably my least favorite part of maintaining this...
Doh! Let me see if I can get rollup to do the right calls to produce .d.mts files. I realize that the .d.ts and .d.mts files can currently be the...