Josh Spicer

Results 173 comments of Josh Spicer

Hello! You're using [this exact file for your .devcontainer/devcontainer.json in codespaces? ](https://github.com/microsoft/vscode-dev-containers/blob/main/containers/python-3-anaconda/.devcontainer/devcontainer.json) It looks like you may have something in the `feature` of your devcontainer that you may not even...

Yea, I think making it more generic, to be used in other places, will be very useful in the future!

The regression tests (https://github.com/microsoft/vscode-dev-containers/runs/6983363269?check_suite_focus=true#step:4:22966) seem to be complaining about missing ruby, as well as a permissions issue ``` > [stage-0 3/3] RUN --mount=target=/script-library,source=.,type=bind,rw bash /script-library/test/regression/run-scripts.sh /script-library false bort true false...

Hello 👋 I agree it would be great for us to figure out a way to convey architecture compatibility for 'features', before installation. Today, we have added the install message...

Hey! A couple questions for you so I can best understand your use case 1. Is your real-world scenario defined by a docker-compose.yml? If that's the case, have you considered...

@Antman261 has docker-in-docker worked for you?

Hey @Clockwork-Muse! If your corporate network is blocking the GPG_KEY_SERVERS (presumably the `hkp://` protocol?) below, we currently don't have a way to "disable" GPG verification on the feature via an...

Thanks for the report! I'll play around with it. If either of you have steps to solve these, please do share.