Eran Stiller

Results 8 comments of Eran Stiller

Hi, I tried using Budibase and encountered the same issue. It works fine with SQL data sources, but when I try to add a REST data source, the UI data...

Hi, thanks for maintaining this package. It looks awesome. However, I am too struggling to get the Python support working. I've been struggling with it for two days, and I...

@AaronFriel, I updated `@pulumi/aws` to the latest version, and indeed `defaultTags` were updated for most resources. However, this still doesn't work for resources created with `@pulumi/awsx`. Will you publish a...

@AaronFriel, @mikhailshilkov - should I open a new issue on this under the `pulumi-awsx` repository? https://github.com/pulumi/pulumi-aws/issues/1655#issuecomment-1633474264

I have a very similar issue when I try to upgrade from NX version `20.2.2` to `20.3.0`. Everything works locally just fine, but when I run `pnpm nx affected -t...

After further investigation, we realised what our issue was! In our E2Es, we spinned up our server process as follows: ``` const server = spawn('node', ['dist/apps/xxx'], { shell: true, stdio:...