esc icon indicating copy to clipboard operation
esc copied to clipboard

Pulumi ESC (Environments, Secrets, and Configuration) for cloud applications and infrastructure.

Results 126 esc issues
Sort by recently updated
recently updated
newest added

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement

Add support for webhooks on ESC state changes

kind/epic

And double-check that all other functions are documented.

kind/enhancement

_see PR https://github.com/pulumi/esc/pull/15 for context_ I have some ideas around this that I think may make this approachable. - Let `${foo}` always refer to the name that is currently in...

kind/enhancement

Tracks support for reporting source ranges for offsets into quoted multi-line strings, e.g. ``` example: "Here's a quoted, multi-\ line string with an ${interpolation}" ``` Needs to handle the usual...

kind/enhancement

Tracks support for reporting source ranges for offsets into block-style multi-line strings, e.g. ``` example: | Here's a multi-line, block-style string with an ${interpolation} ``` Needs to handle indentation, folding,...

kind/enhancement

This tracks adding support for source ranges to property accessors. This allows tooling (incl. diagnostics from the evaluator) to understand the precise positions of property accessors. - [x] https://github.com/pulumi/esc/issues/232 -...

kind/enhancement

Tracks support for reporting source ranges for offsets into flow-style multi-line strings, e.g. ``` example: Here's a multi- line, flow-style string with an ${interpolation} ``` Needs to handle indentation +...

kind/enhancement

Tracks support for reporting source ranges for offsets into quoted single-line strings, e.g. ``` example: "Here's a quoted string with an \"${interpolation}\"" ``` Needs to handle escape sequences.

kind/enhancement

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

impact/security
kind/enhancement