Dotan Simha

Results 242 comments of Dotan Simha

Thanks @markwolff ! I can create a PR to add it, can you maybe just point me to the code that manages that?

As a workaround, you can do `node -r ts-node/register -r tsconfig-paths/register dist/index.js`. @kel-sakal-biyik @darkbasic

This is currently blocked because of Pulumi CF Provider -> Terraform CF Provider -> Cloudflare Go library. It does not support setting the `Content-Type` correctly in order to let CF...

As stated here before by @effektsvk - this seems to be related to https://github.com/facebook/react-native/issues/32329 This causes issues with all libraries that are using Reanimated 2 for animations, starting from RN...

This is really needed. To eliminate the need to deal with output/input types, I'm doing this: ```ts class ExtendedPodBuilder extends kx.PodBuilder { public asExtendedDeploymentSpec( args?: types.PodBuilderDeploymentSpec, metadata?: k8s.types.input.meta.v1.ObjectMeta ): pulumi.Output...

Thanks @hayes ! I see this is still a draft, feel free to ping me when it's ready and I'll review :)

@saihaj can you please add it to the website plugin hub? :)

> There is stil a lot of warning about peer dependencies. This warnings are caused by missing or off range dependency in some packages we depends on. > > There...

> `yarn3` does sound cool and we tried it in [dotansimha/graphql-yoga](https://github.com/dotansimha/graphql-yoga) but there were many weird issues it was causing so we had to revert it. Agree. My current preference...

> @EmrysMyrddin Can you explain what is broken in yarn1? So far I did not have any "things are broken" experiences. For me, it's mainly issues caused by nested dependencies...