Keith Wade
Keith Wade
I'm running into this issue as well for markdown and JSON files. JS files format as expected. Startup output: ```text ["INFO" - 4:39:08 PM] Extension Name: dev.prettier-vscode. ["INFO" - 4:39:08...
I ran into this change when I went to update my blog today. > The fact that it was rendering before was kind of a bug sadly :/ Obligatory XKCD:...
I'm running into the npm equivalent of this over in npm land. ```dockerfile COPY --from=pruner /app/out/json/ . COPY --from=pruner /app/out/package-lock.json ./package-lock.json RUN --mount=type=cache,target=/root/.npm \ --mount=type=secret,id=npmrc,target=/root/.npmrc \ npm ci --no-audit --no-fund...
I did some more digging and ~determined that the pruned lockfile created by `turbo prune` is identical to a lockfile generated by `npm install` with npm@9~ (which also uses [lockfileVersion...
Okay some folks I work with took a look with me and it does appear that the npm issue, while likely still related, isn't the same issue as the yarn...
I'm ignorant of how turbo repo releases get released and I wasn't able to find any documentation describing it. Could someone point me to documentation describing how/when releases are done...
Howdy folks, just looking to follow up on this and see if there might be a release coming soon. 😄 😅