Nicolas Karolak
Nicolas Karolak
Devfile
Something to follow: https://devfile.io
https://github.com/Microsoft/vscode-docs/blob/master/docs/remote/devcontainerjson-reference.md
https://github.com/Microsoft/vscode-docs/blob/master/docs/remote/devcontainerjson-reference.md
https://github.com/Microsoft/vscode-docs/blob/master/docs/remote/devcontainerjson-reference.md
https://github.com/Microsoft/vscode-docs/blob/master/docs/remote/devcontainerjson-reference.md
https://github.com/spf13/cobra/blob/master/doc/man_docs.md
Is there a way to inject file into an image? I guess this is doable by building a local apk containing the file but it seems a bit overkill to...
On nous a fait miroiter une superbe [TUI](https://www.ovh.com/fr/blog/ux-labs-interface-ligne-de-commande/) et depuis plus rien… :-(
Hello, It would be nice to be able to do something like this: ```yaml env: APP: myapp CGO_ENABLED: 0 GOARCH: sh: go env GOARCH GOOS: sh: go env GOOS tasks:...
I'm using this task to lint JSON files: ```yaml json: desc: Lint JSON files sources: - ./**/*.json - exclude: .venv/**/*.json cmds: - for: sources cmd: jq empty {{.ITEM}} - for:...