UMEMOTO Takafumi

Results 8 comments of UMEMOTO Takafumi

``` node_modules/isomorphic-unfetch/index.d.ts:7:8 - error TS7016: Could not find a declaration file for module 'node-fetch'. '/workspace/node_modules/node-fetch/lib/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/node-fetch` if it exists or add...

#178 is my suggestion. Could you please confirm it?

@samruddhikhandale Thanks for checking my pull request. The source code I used is below. https://github.com/nmemoto/try-cdktf The settings for devcontainer are below. devcontainer.json ```devcontainer.json { "name": "try-cdktf", "build": { "dockerfile": "Dockerfile",...

@samruddhikhandale Your suggestion seemed like a solution for my current situation. My concern was that many CLI tools provided by major cloud services, not just terraform, open the browser for...

@samruddhikhandale Would you approve changes to the pull request for https://github.com/devcontainers/features/pull/178 ? If so, I will let this pull request be re-opened. I would also like to apply this pull...

@eitsupi Thanks for caring about this issue. > Wouldn't it make more sense to install them in a devcontainer feature? That may be so. On the other hand, I believe...

Also, the assumption that even major cloud service CLI tools will be created with devcontainer features seems a bit too idealistic.

All tests are green https://github.com/nmemoto/sendgrid-go/actions/runs/5285866793/jobs/9564752335