doy-materialize

Results 8 issues of 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...

kind/bug

### 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...

kind/bug
area/sdks
language/python

### 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...

### Motivation similar to #34360 ### Checklist - [ ] This PR has adequate test coverage / QA involvement has been duly considered. ([trigger-ci for additional test/nightly runs](https://trigger-ci.dev.materialize.com/)) - [...

### Motivation simplify our resource management (this should help ensure balancer stuff is decoupled from the environmentd rollout code) ### Tips for reviewer sorry about the size - most of...