doy-materialize
doy-materialize
```rust #[ouroboros::self_referencing] struct Foo { a: String, #[borrows(a)] b: &'this str, } impl Drop for Foo { fn drop(&mut self) {} } ``` results in this error: ``` error[E0509]: cannot...
### What happened? i'm trying to use crd2pulumi to generate types for a crd which uses `oneOf` to express that two of its properties are mutually exclusive, but one of...
### What happened? we use a lot of methods like `pulumi.Output.from_input`, but when trying to update the version of pyright we use, we are now getting type errors ### Example...
### Motivation this allows us to move the backend configuration to a kubernetes secret, which this pr also does, and also remove all setup and cleanup of the data created...
### Motivation apparently we also use them for sentry tagging ### Checklist - [x] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional...