Results 15 comments of Rahim

What is the database container? I'm using the "Go & PostgreSQL" Dev container and there is no differentiation. I tried this command in my bash terminal and I got an...

Ah I feel stupid thank you. I seem to not be able to access it inside the container even though I can access it via WSL. How would I be...

yh that command I could run inside WSL VM and see my database working. I dont think it be possible to run inside `docker` commands work inside VSCode devcontainers, or...

how can I try this out? I have been looking at the alternative which is to manually override but that is pretty tedious. would like to try this out just...

@mvrhov so is it just recommend to add them manually then I'm guessing? Thanks for this list as it does help.

when using the second param, it looks into the `node_module` folder to locate the package. the first screenshot shows that attempt. however if I have structured my whole directory as...

in my example the expected path should be `/workspace/examples/node_modules/@topheruk/hello-world/hello_world_bg.js` but I am seeing it say `/workspace/examples//node_modules/@topheruk/hello-world/hello_world_bg.js`

The issue seems to lie with how you are creating the path inside the `prepareBuild` function. ~~I am trying to figure out where `path_1.default` is coming from as this is...

EDIT: It works, needed to add `main` field into my module's `package.json` as the `module` was not working (`wasm-pack` built my module without the main and will need to look...

I will look into this resolving for `modules` for my needs its not super inconvenient to add the `main` key to the auto-generated `package.json` file. would be worth just highlighting...