Jaime Leonardo Suncin Cruz
Jaime Leonardo Suncin Cruz
I fixed creating a new workflow than run for `pull_request_target` ```yaml on: pull_request_target: push: branches-ignore: - dependabot/** jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: haya14busa/action-cond@v1 id: reporter...
Thanks to @enpitsuLin 's comment, I managed to make it works, you will need to: * Set the following config into `next.config.js`: ```javascript module.exports = { reactStrictMode: true, webpack(config) {...
Is there a way to customize the name of the variable? in my case I use `MONGODB_URL` because that's the name Now.sh set on deploy, and Heroku use `MONGODB_URI`
Pass an state to `mockStore`, like this: ```typescript import configureStore from 'redux-mock-store'; import type { RootState } from '../../app/store'; const mockStore = configureStore(); const store = mockStore({ slice: { ids:...
`jest-fetch-mock` can only be used with Jest. `fetch-mock` can be used along side another test runner.
You can compile from source instead of downlad prebuild binary ``` npm install --build-from-source node-zopfli ``` I tested on: Arch Linux 4.11.12-1-MANJARO node 8.2.1 npm 5.3.0
I don't know what to say. It works on my machine, maybe a missing build dependency is the problem. [](https://asciinema.org/a/S2By0hKhyA7I858wRSzoQjYAW)
I got the same error using ``npx -p check-code-coverage set-gh-status --from coverage/e2e/coverage-final.json`` Stacktrace Error: Cannot find module '/home/runner/work/mui-next-ts/mui-next-ts/coverage/coverage-summary.json' Require stack: - /home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/src/index.js - /home/runner/.npm/_npx/4453/lib/node_modules/check-code-coverage/bin/set-gh-status.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15) at Function.Module._load (internal/modules/cjs/loader.js:725:27)...
I guess the error is because `from` parameter is not passed inside options https://github.com/bahmutov/check-code-coverage/blob/0f08bb24fad6bb0e429e6a28fca649843e80806e/bin/set-gh-status.js#L124-L127
I found the registry of [residential](https://www.siget.gob.sv/numeros-fijos/) and [mobile](https://www.siget.gob.sv/numeros-moviles/) phone numbers, with a scrapping script pull the data and save to CSV or JSON to be used or something more simple...