David Jackson

Results 12 issues of David Jackson

The bootstrap container that VS Code uses to clone a repository for the `Clone Repository in Container Volume` feature mounts the host's docker config, but can't access configured credential stores...

containers
feature-request
plan-review

### What are you trying to do? Inspect the state of a filesystem to check for the existence of expected files or directories. ### Why is this important to you?...

size/small

This only started happening in the last few days -- I'm not sure why it happens or why it only affects ARM and only in this specific circumstance. Repro is...

#171 prevents me from using `docker-from-docker` as the primary docker configuration for my devcontainer (since I need to share docker ports with internal processes). I realized, however, that there was...

enhancement

When running `docker-from-docker`, if a container maps a port to the bridge network, I'd expect to be able to open another terminal and hit that port. Instead, the port is...

Right now, `--workspace-folder` is a mandatory argument to `exec`. This makes sense if the devcontainer was started from the environment that's running the CLI, from a locally-accessible filesystem. However, if...

feature-request

Giving this a shot! It looks like the implementations in the `test` directory are generated/compiled, and I haven't figured out how to build them yet -- let me know and...

I was trying to migrate a create-react-app project to Vite and got import errors related to es5-ext. A bit of investigation led me to [this Vite bug](https://github.com/vitejs/vite/issues/2346). I'm [trying to...

question

### Description Right now, the `package.json` only indicates the presence of the CommonJS build of `react-datetime` (as `"main"`). This change exposes the UMD build via the `"browser"` field. ### Motivation...

When attempting to install promised-io from npm, I receive an error and the installation fails. I have noticed that if I load https://registry.npmjs.org/promised-io in my browser, it redirects to the...