MCMXC

Results 162 comments of MCMXC

Can't reproduce this, works on my end running pnpm v7.9.3: ``` Scope: all 3 workspace projects Packages: +409 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Packages are hard linked from the content-addressable store to the virtual...

It seems there has been some discussion already in: https://github.com/sindresorhus/eslint-plugin-unicorn/issues/153

Thanks for the detailed info. Afaik, lockfile-lint doesn't support pnpm yet, but there is an open issue for it: https://github.com/lirantal/lockfile-lint/issues/48

I can confirm this, happens to us too and keeps us from being able to drop our dependency on https://github.com/jrylan/status-code-enum

We are also encountering this issue. There is an [article](https://reactjsexample.com/an-example-of-prisma-working-on-cloudflare-pages-with-remix/) that suggests to use `@esbuild-plugins/node-modules-polyfill` to polyfill `fs`, but I was unable to make it work and it still fails...

> Works for me with the adjustments [I mentioned above](https://github.com/remix-run/remix/issues/3103#issuecomment-1125627098) @mcmxcdev +1 Thank you Tim, but we already use the new imports rather than the deprecated ones. We also don't...

You might want to add another bullet point to consider switching from yarn v1, which has frozen development for a while, to e.g. pnpm (which would be in line with...

Yes, I can try to get it up and running with Svelte and provide a PR once I find the time!

I tried to follow the instructions similar to Vue.js but was unable to get neither a starter template for Svelte nor Sapper to work with duetds date-picker. It would probably...

Did anyone figure out how to make Google auth work inside a Chrome extension with manifest v3?