Ilya Sher

Results 123 issues of Ilya Sher

Sfx, Pfx, Ifx and friends

completeness

Eliminate the need to explicitly do `ns { ... }` in `require()`d files.

feature
needs-design

https://extraterm.org/

research

## The problem From a user: ``` for entry in zip(list1, list2){ url = entry[0] info = entry[1] echo("URL: ${url}") echo("info: ${info}") } ``` Assignment to `url` and `info` are...

needs-design
feature-request

In general, pattern matching of resources plus associated information and/or actions Example: start ec2 instance, ssh to it -> message about security group or network acl which doesn't allow the...

needs-design

... and `F exception_specific_message(podf: ProcessOutputDecodeFail)` which would display the output (limited to X lines or characters)

enhancement

Design architecture and API for Timeline Providers, pieces of code that will contribute items to the timeline ### Dumpster of Ideas * Process is not necessarily what you started, it...

aspect/UX
must-have
needs-design
aspect/UI
aspect/aws
think

Document all concurrency/parallelism related facilities in one place

aspect/documentation

https://github.com/aws-samples/multi-branch-cdk-pipelines/blob/dac457d22679e28435b2224b328ac858ce0fb0ea/initial-deploy.sh#L43