Stuart Leeks
Stuart Leeks
Based on the discussion in #153, add examples to the docs explaining the difference in behaviour between setting env vars at the top level of a step vs setting via...
In #184, the output from the Azure DevOps task was not especially helpful in identifying the underlying issue: ``` About to run devcontainer exec --workspace-folder /home/vsts/work/1/s bash -c echo "hi"...
The untagged_images_cleanup workflow is failing with: ``` Checking for untagged versions for ci-devcontainer jq: error (at :1): Cannot index array with string "message" ``` E.g. https://github.com/devcontainers/ci/actions/runs/3802308704/jobs/6467665279#step:3:7
Fix #80
When adding the `COPY` steps to the `Dockerfile`, the `scripts` directory is assumed to be in the root of the docker build context. The `snippet add` command should take account...
- `devcontainer template export` to allow exporting a template from a dev container in an existing project - Add config for writeable template folder (prompt for path and set config)...
`SetDevcontainerName` currently uses regular expressions to update the `name` in the `devcontainer.json` (since it is JSON-C). With dora in use for snippets, this can be updated to use dora to...
## Describe the feature The current [Azure OpenAI binding](https://docs.dapr.io/reference/components-reference/supported-bindings/openai/) takes in configuration for connecting to a single Azure OpenAI endpoint. In an number of scenarios it is useful to be...
Add support for merging documents as a way to make updates to a JSON-C document. (Includes a JSONWriter which preserves whitespace and comments)