Stanislav Muhametsin

Results 30 comments of Stanislav Muhametsin

Tested this also on Windows computer. The similar error occurs when `containerd` experimental feature is enabled in Docker Desktop: ``` GetResourcePath: BaseFS of container c4a8f3c6d8a784483a9d2ea6cba99a1f6717107f921221e9fc076dfc669db49d is unexpectedly nil ```

@chrmarti That is doable, too, but is it possible to get any more info of how this situation looks like from within VS Code? Like the error message talks about...

So I did comparison of `docker inspect` output for normal vs `containerd` containers. The findings are: 1. `Image` property is empty string for `containerd` -enabled container, while it is hash...

@chrmarti Ahh, okay! Makes sense then that probably isn't related to VSCode extension. :) But at which point exactly this happens? Is VSCode invoking some `docker xyz` CLI command, or...

Thank you @chrmarti ! I guess this issue can be closed then?

Confirmed to be fixed by Docker Desktop 4.13.0: https://github.com/docker/for-win/issues/13002#issuecomment-1287812111 . Worked for me too.

Thank you for quick solution! 👍 I can confirm things now compile without errors. I think that's because my project already has reference to `@types/node`. I can take a look...

@gcanti FWIW, my `package.json` looks like this: ```json { "dependencies": { "@effect/match": "0.10.1", ... }, "resolutions": { "@effect/data": "0.10.2", "@effect/schema": "0.9.1", ... } ``` And TSC (`5.0.2`) completes successfully.

Hey Matt, I really wanted to do some kind of automatic generation from BNF to what this project is now. Unfortunately, I didn't have any tools for that, so I...

Although, developers should be strongly adviced to use ? as a placeholder for variables, in conjunction to java.sql.PreparedStatement -objects. Hence this should be a low-priority issue.