MCMXC
MCMXC
> Note to reviewers: I created #317 to take over from this branch. I took care of as much PR feedback as I could there, put comments where needed above...
Oh, it seems this is by design: https://pnpm.io/cli/install#--force
`pnpm dlx banal knip --external typescript` works and excludes TypeScript properly. But that now also means I would need to run banal once without any flags, then see why the...
> I'm running into the same problem after renaming a subdirectory in the workspace. I followed the steps you outlined and this unfortunately still happens with pnpm v7.13.6
We are encountering the same error. It seems the logic is trying to import from `@apollo/client-integration-nextjs/dist/index.browser.js` instead of `index.rsc.js` from what I gathered. Also verified with AI that our separation...
We are also encountering this issue currently and wondering if there is any workaround for now. TailwindCSS extension formatting in VSCode: `dark:bg-gray-2.5 h-fit w-fit bg-gray-6` Prettier plugin with prettier-plugin-tailwindcss: `h-fit...
I can confirm this is still a bug with electron v15.3.0, workaround with Ctrl+Shift++ works.
Did you manage to solve this? I cannot reproduce it. New patch entry in `package.json`: ``` "pnpm": { "patchedDependencies": { "@typescript-eslint/[email protected]": "patches/@[email protected]" } } ``` patch file looks like this:...
I have tried that: I removed all the files that are inline in the screenshot above and kept only the `dist` folder, the extension didn't show up at all then,...
> Do you also happen to have `overrides` that use the `catalog:` version? I've observed a similar behavior then, the catalog version is package.json gets removed in favor of an...