Pavel 'Strajk' Dolecek
Pavel 'Strajk' Dolecek
@wiegell still working for me :) can you clarify what do you mean by not being evaluated? I've written the script intentionally in a very simple, step-by-step style so it's...
Hey @thehappycoder , I stumbled into same line of code when debugging performance issues... any news on that?
@thehappycoder already found a discussion about that here https://github.com/browserstate/history.js/issues/321 and https://github.com/browserstate/history.js/issues/376
Hi, any updates on this? @eversteini @kevva I found these features really useful and having them merged would be great :pray:
@mysticaltech hey, i'm investigating the same challenge, did you find a solution by any chance?
ESLint is so 2022
@sir-dunxalot @evandavis fixed here https://github.com/ejoubaud/cypress-browser-extension-plugin/pull/7 If you need it working now, you can use fixed version in package.json like this: ``` "cypress-browser-extension-plugin": "Strajk/cypress-browser-extension-plugin#15f14eaad4c0602339ddd67aafd9ec9d9145936b", ```
Not proper solution, but my hotfix ``` // Taken from https://github.com/mochajs/mocha/pull/4189/files#diff-37b88258822cb207e2caa1a88d4fbc057924da72c5580d1f39b78349214ab622R805 export function calculateNotSkippedTests(suite) { const { tests } = suite; let total = tests.filter((test) => !test.isPending()).length; for (let i...
I had deno installed via homebrew and was getting this error. Got so frustrated trying to fix it that I uninstalled the brew instance, installed it via `curl -fsSL https://deno.land/x/install/install.sh...
It does not work only in `--watch` mode Running `figplug build` without `-w` flag correctly executes following code, that replaces `process.env.NODE_ENV` with `production` https://github.com/rsms/figplug/blob/master/src/pkgbuild.js#L355