Fabian Frank

Results 15 comments of Fabian Frank

This doesn't seem to be fixed: ```[hard-source:core] HardSourceWebpackPlugin is using 234 MB of disk space. [hard-source:core] Tracking environment changes with package-lock.json. [hard-source:core] HardSourceWebpackPlugin is reading from and writing to a...

I can fix it locally if I apply the change proposed in https://github.com/cloudflare/json-schema-loader/pull/3

This happens to me as well. If you have a file named `foo.ts` that has an import `from "foo"` despite `"foo"` being an npm module madge will act as if...

happy to make a PR with the fix if this is confirmed to be indeed removable

> It's because the project is missing the `@types/node` dependency. Installing that dependency does also fix the build errors. However, the dependency is not in the template and nothing in...

> vite.config.ts is bundled by vite with esbuild. so that config is used. It was my first assumption as well since `tsconfig.node.json` only includes `vite.config.ts`. However, you can delete `tsconfig.node.json`...

I wonder if the confusion here has to do with IPv6. I just switched from Docker Desktop to Colina and noticed that `pg` (a popular nodejs postgres client) would no...

This also reproduces with `google_cloud_run_v2_service` if you have a `value_source` of `secret_key_ref`.

I just ran into this in combination with AmazonKinesis, would be great to see this fix merged.

This problem also happens if you provision a cloud run service using terraform `google_cloud_run_v2_service` and then deploy revisions in CI/CD. Either Terraform will always detect and apply "changes" because the...