electrovir
electrovir
I wrote a quick and dirty reporter plugin that seems to be working to accomplish this. [mocha-spec-reporter-with-file-names](https://www.npmjs.com/package/mocha-spec-reporter-with-file-names) output looks like this: 
This is pretty crazy. Suddenly all of my projects are completely broken by running `npm i` because Prettier v3.2.3 is trying to convert `tsconfig.json` into _invalid JSON_ with these trailing...
> For the ones who don't like trailing comma I'm confused by your reply here @fisker. I _do_ like trailing commas, but it is _not valid JSON_. I don't see...
This error happens to me when my `authChecker` returns `false` for the subscription. I want to hide the error (since it's not an error that an unauthorized subscription is blocked)...
Workaround for `authChecker` issue: Instead of returning `false` in the `authChecker` callback, throw an error directly when auth fails (inside the `authChecker` callback). This prevents the irrelevant subscription error. Edit:...
This happens to me randomly and makes my tests quite flaky.
I am now getting this error consistently with `@web/dev-server-rollup` version `0.6.2`. Version `0.6.1` does not have this problem. For some reason, `0.6.2` is trying to resolve some package imports (like...
I got this to work in ESM code by using `import faunadb from 'faunadb'` as my import.
> I've also been able to fix this by removing my package lock and node_modules folder and re-installing, which might not be possible for all projects. Interestingly, doing this is...
Looks like I also need a `"@open-wc/testing-helpers": "2.3.0"` override