Mihai Babiac
Mihai Babiac
Hi! This MR tries to fix issue #1820, in which signals are not forwarded to the child process. I think this should count as a first draft - in the...
In our project we are building devcontainers with some packages from private registries preinstalled. We'd like to switch the installation process from dockerfiles to features, but we couldn't find an...
Features that come from registries with explicit port numbers are sometimes ignored, with only the last one remaining. For example, if devcontainer.json contains ```json "features": { "localhost:5000/name/repo/feature1:1": {}, "localhost:5000/name/repo/feature2:1": {}...