Sebastian Davids

Results 106 issues of Sebastian Davids

`.devcontainer/devcontainer-lock.json` has to be explicitly ignored if you use [Prettier](https://prettier.io/docs/ignore#ignoring-files-prettierignore). This is sad because a lot of projects use it …

https://github.com/devcontainers/spec/blob/main/docs/specs/devcontainer-lockfile.md The spec should clarify whether the lock file MUST/MAY/SHOULD have a newline `\n` at EOF.

**Tell us about your request** Currently, runtime data is included in Time Machine backups. ```shell $ tree ~/.docker ... └── run ├── docker-cli-api.sock ├── docker.sock ├── otlp-public.grpc.sock └── otlp.grpc.sock $...

bug
docker_desktop

https://pnpm.io/settings > pnpm gets its configuration from the command line, environment variables, pnpm-workspace.yaml, and .npmrc files. > > The pnpm config command can be used to read and edit the...

The three settings (`enablePrePostScripts`, `scriptShell`, and `shellEmulator`) mentioned on this page: https://pnpm.io/cli/run#pnpm-workspaceyaml-settings should also be included on this page: https://pnpm.io/settings --- Also, it should be clarified how [enablePrePostScripts](https://pnpm.io/cli/run#enableprepostscripts) relates to...

https://pnpm.io/settings#usenodeversion https://pnpm.io/settings#executionenvnodeversion https://pnpm.io/settings#nodeversion > If you want to prevent contributors of your project from adding new incompatible dependencies, use > nodeVersion and engineStrict in a pnpm-workspace.yaml file at the root...