quisi.do
quisi.do
I managed to get this working by installing the latest SDK and just copy-pasting the `windows.winmd` file from its directory (`C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.17134.0`) into the one expected by this...
The problem is here: https://github.com/cypress-io/github-action/blob/0c9eccfb5989bd87ea58b5d8cce9a4f0db1a6d67/index.js#L621 The Cypress action runs the above `index.js` file as a Node script. It does so using NPM. `require.resolve('cypress')` throws an error in Yarn 2, because...
@saseungmin Yes, [it worked for me](https://github.com/CharlesStover/charlesstover.com/blob/bfece45aa912621e65129680ef79c9b81c5d2d3c/.github/workflows/pull-request.yml#L155). * [Example GitHub Action run/failure before adding `command-prefix: yarn dlx`](https://github.com/CharlesStover/charlesstover.com/runs/3979885492?check_suite_focus=true#step:6:234) * [Example GitHub Action run/success after adding `command-prefix: yarn dlx`](https://github.com/CharlesStover/charlesstover.com/runs/3980056044?check_suite_focus=true#step:6:236)
@jazanne This is a wildly mislabeled error on Cypress's part. >We looked but did not find a cypress.json file in this folder... The real error, which is shown if you...
Here's a minimal reproduction: https://github.com/CharlesStover/monorepo-template/runs/4734914005?check_suite_focus=true 100% coverage in Jest 26. By simply upgrading to Jest 27, you get uncovered _empty_ lines [in a file that only exports](https://github.com/CharlesStover/monorepo-template/blob/1072665d0e8ca09a64be30f7ce799696ad077fed/packages/module/src/index.ts).
@mrazauskas Nice debugging. What configuration did you use for Babel to get those results?
Opt out sounds fair to me. If the website is publicly accessible, I don't see why it can't be archived. archive.org has been doing that for decades. Services that showcase...
Interesting. Can you explain what problem this fixes? What was the previous error? (I assume TypeScript published a breaking change between now and when the package was first written.)
This is probably due to the need to [mount an invisible DOM node](https://github.com/CharlesStover/use-clippy/blob/master/src/use-clippy.ts#L65). The focusing on the invisible textarea likely causes the page to scroll to where that textarea mounted....
It is not currently possible with this library, but I do support this idea. 🙂 It's a matter of I don't personally have the time to open the pull request.