electrovir

Results 93 comments of electrovir

released in [v4.0.0](https://www.npmjs.com/package/prettier-plugin-multiline-arrays/v/4.0.0)

Piecing together several comments in here, this is all I ended up needing: * Include ``webworker`` lib in tsconfig: ``` { "compilerOptions": { "lib": ["dom", "webworker"] } } ``` *...

That error happens when the plugin's preprocess callback isn't called by Prettier. Specifically, this function was never called: https://github.com/electrovir/prettier-plugin-multiline-arrays/blob/b1fb14403fb94cd1a25e8e0ac6e72e982bcdcb79/src/printer/original-printer.ts#L5-L7 I have no idea why that issue would happen that this...

I'm going to close this as won't fix since I don't use the `prettier_action` GitHub Action. I welcome outside debugging and/or contributions though!

Looks like `@web/test-runner-core/test-helpers` has the same problem with (at least) its `@web/test-runner-mocha` dependency.

Even after ignoring the types, calling `selectOption` throws an error: ``` Unknown command select-option. Did you install a plugin to handle this command? ``` I am using playwright as a...

Looks like it's missing from https://github.com/modernweb-dev/web/blob/master/packages/test-runner-commands/src/index.ts

this might be fixed in https://github.com/modernweb-dev/web/pull/2479 (I haven't tried it yet)

I suddenly started running into this issue after upgrading from Playwright v1.46.1 to v1.47.0. It's very random (happens once in ~50% of my runs, but I have hundreds of tests)...