Anton Tayanovskyy

Results 334 comments of Anton Tayanovskyy

Potentially dup of https://github.com/pulumi/pulumi/issues/9952

Found this documentation reference for `.get()`: https://www.pulumi.com/docs/intro/concepts/resources/get/ Would it be possible to add `.exists()` with a similar signature to `get()` with the following constraints: - no exception if resource does...

After an investigation in #10883 and discussing the implications with @Frassle we are leaning to close this issue and recommend other Pulumi mechanisms for the use cases here: 1. A...

One more possible workaround worth mentioning for scenarios that involve managing a shared "one per account" resource such as AWS Config recorder is to use Stack References. The solution is...

Closing this off for now. Please let us know if you have a concrete use-case scenario we missed in the analysis and we need to reconsider.

Looking promising!

@RobbieMcKinstry did you get a chance to look at CI failures? For example this one: TestGeneratePackageTwo/plain-object-defaults/nodejs/compile Seems to be something off with finding the `utilities` module

There's some difficulties in json canonicalization. The first piece of bad news is that ``` jsonpatch is a library which provides functionality for both applying [RFC6902 JSON patches](http://tools.ietf.org/html/rfc6902) against documents,...

The third difficulty is that as random testing shows, the property we want only for documents where maps never contain `null` keys at JSON level. If they do, this trips...

Yeah, text diff over canonical json could work if we trust c/s agree on the canonical form. I feel like we still would like a canonical hash algo that's going...