Jonathan Stewmon
Jonathan Stewmon
I think this problem is specific to IntelliJ. I'm only able to reproduce the problem with IntelliJ - both VSCode and `tsc` resolve the type definitions. According to the typescript...
🤷 If it were me, I would probably just add it... But, I think @mysticatea is reasonable in taking the principled position that this package conforms to TypeScript's module resolution...
@gajus would you mind taking a look at #561 (WIP)? I think it would facilitate the introspection features you're describing. I'm looking for feedback on the interface and mechanics, so...
@kamilogorek any thoughts on this issue?
FWIW, the code required to assume role has simplified over time. Here's an example from one of my apps: ```python from botocore.credentials import ( AssumeRoleCredentialFetcher, CredentialResolver, DeferredRefreshableCredentials, JSONFileCache ) from...
I'm just a contributor, but these changes LGTM FWIW. nit: I would consider this a feature, not a bugfix for the changelog entry.
https://docs.aws.amazon.com/en_pv/cli/latest/userguide/cli-configure-files.html#cli-configure-files-global
Regarding the naming convention of `to_*` functions, would it be reasonable to have `to_object` return `null` for inputs that cannot be represented as an object? That would seem to be...
Ok, I see your point. I think either `from_pairs` or `from_items` are good names. I like the latter because it expresses that this function is the complement of `items`. Do...
@jamesls I had forgotten about this PR, but someone just mentioned to me that it is linked in a StackOverflow [answer](http://stackoverflow.com/questions/41579581/filter-object-by-property-and-select-with-key-in-jmespath/41584889#41584889), so I thought I'd ping you to see if...