Julio
Julio
Vue 3 cookbook is not available anymore. https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjLlPySvPr1AhVSyhoKHTbFDjQQFnoECBEQAQ&url=https%3A%2F%2Fv3.vuejs.org%2Fcookbook%2Fdebugging-in-vscode.html&usg=AOvVaw0bQb25dqZW9KtIVJHyRO-y I was looking for `debugging-in-vscode.md`, but never mind I found it in branch `new-project-faq` : https://github.com/vuejs/docs/blob/new-project-faq/src/cookbook/debugging-in-vscode.md Although it would be great to...
Closes #16447 ### Change Add a new key `title` for all SCMaaS providers on generator `pullRequest`. ### Why Adding the `title` allow to filter PRs by title. Which is a...
### Describe the bug Since #1825 the field `"additionalProperties": false` has been added in : - https://github.com/jfrog/jfrog-cli/pull/1825/files#diff-788d9865f26e543420ca262b0554d1b1e79da3b6c3372133e168fd133e3c3945 Which produce an error `Property $schema is not allowed` when using `$schema` for...
Sometimes when reconnecting to remote VMs, the reconnection hangs foreverer on `wsl -l -v` This issue happen when the local wsl2 VM is frozen. Not sure why it run wsl...
The option `--omit-config-remote-env-from-metadata` does not appear when printing the help. ( `devcontainer up --help` ) Option introduced in `v0.34.0`: - https://github.com/devcontainers/cli/pull/453
It seem that the function here does not work as expected : https://github.com/coder/envbuilder/blob/8c5c50cad3ae396b73619d36da43ef2ff0ac0be8/envbuilder.go#L966 #### Reproduction I used the [devcontainer-kubernetes](https://github.com/coder/coder/blob/0a221e8d5b75be449011e499a023c1304284e50a/examples/templates/devcontainer-kubernetes/main.tf#L1) with almost no modifications. (only added auth for git (bitbucket) +...
### Description Improve feature parity with `github codespaces`. The goal is to add a new `coder_parameter` called `target branch` to workspace templates. It will let the user select a branch...
The `onCreateCommand` [lifecycle-script](https://containers.dev/implementors/json_reference/#lifecycle-scripts) is not executed. #### Reproduction I used the [devcontainer-kubernetes](https://github.com/coder/coder/blob/0a221e8d5b75be449011e499a023c1304284e50a/examples/templates/devcontainer-kubernetes/main.tf#L1) template with almost no modifications. (just added external auth for git + a few modules ) I can't...
See the original spec : https://github.com/devcontainers/spec/blob/main/docs/specs/devcontainer-lockfile.md Example repo : https://github.com/microsoft/vscode/blob/main/.devcontainer/devcontainer-lock.json --- ### Goal Introduce a lockfile that records the exact version, download information and checksums for each feature listed in...
### Community Guidelines - [X] I have read and agree to the [HashiCorp Community Guidelines ](https://www.hashicorp.com/community-guidelines). - [X] Vote on this issue by adding a 👍 [reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original...