Matthias Veit

Results 20 comments of Matthias Veit

Hey @ramonhagenaars. Thanks for the explanation - I was unaware of the implication with the default value. I think the workaround is possible for cases where the class variables are...

The examples shown here use literals. The case I have is even simpler: ```python @define class KubernetesServicePort: target_port: Optional[Union[str, int]] = field(default=None) ``` When I try to structure json back...

That would be very much appreciated. I have all sorts of unions of primitive types. It looks like I currently have to define it explicitly for every combination..

@phiresky Ah should have read more carefully - thanks. The provided code does not handle the `None` case, which is included for all optional fields. I added the None case...

Has not been reported as an issue from any user so far. Closing it.

> would this be available anytime soon? We are actively working on that topic - so yes it should be available soon.

@gpuligundla sure - go ahead. See this document as starting point: https://resoto.com/docs/development/plugins

Thanks, @GregBowyer, for the report. We will take a look.

Thanks @datacosmos-br for reporting this. We definitely want to support Oracle OCI. I see that you already started to implement this on your own? Maybe we can talk about how...