Jonas Kello
Jonas Kello
@kalvenschraut Thanks for taking the time to respond! I tried this (which is more or less the same as [the docs example for pnpm deploy](https://pnpm.io/cli/deploy). I guess that is how...
Same issue, on start `zsh`: ``` compinit:503: no such file or directory: /usr/share/zsh/vendor-completions/_docker ``` There is a link to a missing file ``` ❯ ls -lah /usr/share/zsh/vendor-completions/_docker lrwxrwxrwx 1 root...
Can also confirm it works on my computer with 4.30 and zsh. Thanks for fixing!
Maybe using the [get-tsconfig](https://www.npmjs.com/package/get-tsconfig) package to load the tsconfig.json would help.
I think we need a test here that shows the problem and that this PR fixes it.
I would agree with @jakebailey. If you want to build only `app-2` and it's related `libs` then it would not be possible since everything is referencing everything else. In the...
Yes, in this small example building each package separately may be feasible. However having to restart `tsc` many times is really slow if you have many apps/libs. You may also...
We co-locate the tests with the other code which I think is quite common in the javascript community. If you change the application code you may break the compile of...
@Qrokqt If you are manually keeping tsconfig references and package.json in sync you may be interested in automating that with [meta-updater](https://github.com/pnpm/meta-updater) or [workspaces-to-typescript-project-references](https://www.npmjs.com/package/@monorepo-utils/workspaces-to-typescript-project-references)
Just finished setting up grafana using `persistence.existingClaim`, worked perfectly, then went on to setup loki but found no such setting. This issue explains why :-) Would be very useful to...