Matt Bullock
                                            Matt Bullock
                                        
                                    Correct. Because `declared` is not a version, it will always fail because it can never be a reasonable match for `actualVersion`. We haven't tried `npm link`; I'll look into that,...
It would also affect any other URI. https://docs.npmjs.com/cli/v7/configuring-npm/package-json#dependencies
There's nothing that can be done to decrypt KMS ciphertext without *actually* making the call to KMS. If the scenario is that we want a way to provide "a value...
not sure why that one check failed once, but re-running it seemed to work ¯\\\_(ツ)_/¯
Either I mis-typed or that's a remarkable coincidence. Looks like the jsii version is 1.76.0. Language is TypeScript. Roughly what I had was: ```typescript interface Foo extends Construct, IGrantable {...
For some context on this from the perspective of a moto user: Stubber and moto are different tools that solve similar problems by doing very different things. The core difference...
It would definitely be possible to isolate the crypto code and use whichever backend is available (preferring `pyca/cryptography`), then add logic in `setup.py` that selects `pyca/cryptography` if you're on 2.7/3.4+...
Here's an initial draft of the hybrid backend, with accompanying Travis run. I'm happy to go this route if that's what you all prefer. https://github.com/mattsb42-aws/pysnmp/tree/hybrid-crypto https://travis-ci.org/mattsb42-aws/pysnmp/builds/338364734
#133 created for this
Any idea when 5.0.0 will be released?