Simon Kohlmeyer
Simon Kohlmeyer
Wow I forgot about this PR.... anyone we could ping to move this forward?
Calling the factory in a `LazyAttribute` doesn't work for me, I'm getting the following error: ``` TypeError: Direct assignment to the forward side of a many-to-many set is prohibited. Use...
What's the difference between this PR and https://github.com/phillipdupuis/pydantic-to-typescript/pull/40 or https://github.com/phillipdupuis/pydantic-to-typescript/pull/37 ? Can they be consolidated?
I might need to at, but at the moment my priorities are elsewhere
What's the difference between this PR and https://github.com/phillipdupuis/pydantic-to-typescript/pull/37 or https://github.com/phillipdupuis/pydantic-to-typescript/pull/38 ? Can they be consolidated?
What's the difference between this PR and https://github.com/phillipdupuis/pydantic-to-typescript/pull/40 or https://github.com/phillipdupuis/pydantic-to-typescript/pull/38 ? Can they be consolidated?
This is fixed in #192
Thanks a lot :+1:
I think for now, something like this is an acceptable workaround ```nix (runCommand "${pulumi.name}-with-packages" { } '' mkdir -p $out/bin cp ${pulumi}/bin/* $out/bin/ cp ${pulumiPackages.pulumi-language-python}/bin/* $out/bin/ '') ```
Thank you for the encouragement and guidance. I'll try to look into it some more in the next days 🙂