Ilya Sher

Results 123 issues of Ilya Sher

https://github.com/aws-cloudformation/cfn-lint/blob/488e6550d161ec3cd782b1774416630940c596c4/examples/rules/PropertiesTagsIncluded.py#L36-L37 `all_tags` is not used after this.

`MultiplyWaitStrategy` should be named `ExponentialWaitStrategy` or something similar. See https://en.wikipedia.org/wiki/Exponential_backoff

review

... at least semantically same

needs-design
correctness
OpenHack2022

To be consistent with other parts, `stat()` which returns a `Stat`, should be defined as `F Stat(...)`. Open issue: what about `lstat` which also returns `Stat`?

needs-design
correctness

https://www.warp.dev/

research

... because Iter is not autoloaded

bug

* Similar to `pick` - https://lodash.com/docs/4.17.15#pick * Should work on objects/hashes * Should work on arrays of objects/hashes

feature
needs-design
aspect/data-manipulation

Given the hash `h`, check that either key `k` is not present or, if it is present, it matches the pattern `p`. Right now there is no straightforward way to...

feature
OpenHack2022