Results 62 issues of David

- Operating System: macOS 10.14.3 - Node Version: 10 - Yarn Version: 1.13.0 - webpack Version: 4.29.4 - webpack-dev-server Version: 3.2.1 - [ ] This is a **bug** - [...

priority: 3 (important)
severity: 3 (broken)
semver: minor
type: feature
scope: server

https://github.com/gregberge/loadable-components/blob/b3a9febff55b02c49ceba602f07fa5128d53fe36/packages/webpack-plugin/src/index.js#L29 We've found that passing `hash` and `outputPath` make the files generated by this plugin non deterministic. Can we either disable it completely by defaulting to `false` or have a...

https://github.com/github-tools/github-release-notes/pull/73 While this works, we have an issue wherein all the links in the release notes link using the GHE url followed by `/api/v3`. This means users can't click through...

enhancement
good first issue

- NPM version (`npm -v`): 6.14.15 - Node version (`node -v`): 14.18.0 - Node Process (`node -p process.versions`): ```json { node: '14.18.0', v8: '8.4.371.23-node.84', uv: '1.42.0', zlib: '1.2.11', brotli: '1.0.9',...

When trying to run via `npx` this fails silently. Upon trying to globally install I am faced with this error ``` ❯ npm i -g bundle-wizard puppeteer npm WARN deprecated...

Node 16 is now LTS, which means this repo no longer needs to be forward and backwards compatible between `zlib` and `iltorb`. In particular, this also solves another problem my...

Small change to point users to the current package, not the old one

https://github.com/cypress-io/code-coverage/blob/8f6154a48ef9256e4d3b57a2387d59c046aba12e/task.js#L103-L108 Currently, this will only allow us to lookup the `.nycrc` from the working directory. However, in the event you are using this from something that is not in the...

Allows users to override the github raw url so they can pull through their own proxies instead of reaching out to the internet, failing, and attempting to build from source.

If you use the prettier linter, it works fine with normal auto fixes, but if the yaml is invalid and prettier throws to stderr it causes the entire arc lint...