Aaron Friel

Results 81 issues of Aaron Friel

This is a significant change to the AICI Runtime (host) and AICI Controller (guest) to use WASI components. As part of this change, a significant amount of unsafe code is...

A new built-in type, `pulumi.json#/Resource` is added to the schema to refer to any resource. This unblocks schematizing resources like `kubernetes.yaml/v2.ConfigFile`, which ideally would declare an output like so: ```json...

Provider authors and bridging tools should be able to embed examples in YAML or the intermediate representation, PCL, into schemas. * Enable examples codegen to be decoupled from bridging and...

kind/enhancement
area/codegen
area/component-packages

* `cannot traverse value of type int; cannot traverse value of type union(int, none); cannot traverse value of type union(int, none, output(int), output(union(int, none)), annotated(0xc00bcbf780)); cannot traverse value of type...

kind/bug
area/codegen

This PR implements two orthogonal features and proves that they compose in the Node SDK and helps evaluate trade-offs in developer experience. User code examples: * [Outputless](https://github.com/AaronFriel/outputless-pulumi-poc/blob/main/src/outputless.ts) * [@Component class...

It looks like the WASI specification with the component model / interface types specification as written today does not support a shared memory type. Mutable shared memory is an important...

It appears a network partition or extremely high latency resulted in the leader failing to reach a follower. (I think that the CPU load on a server was near 100%...

Cow, Box, and Cell all have trivial implementations that should make it easy to support more downstream uses of SerdeDiff. Rc, Arc, RefCell, and friends have either fallible read or...

### Pulumi version n/a ### Provider version n/a ### Steps to reproduce Run: ``` $ go get github.com/checkly/pulumi-checkly/sdk/go go: github.com/checkly/pulumi-checkly/[email protected]: parsing go.mod: module declares its path as: github.com/pulumi/pulumi-checkly/sdk but was...

type: bug
priority: high