wolfy1339
wolfy1339
Use HTML5 semantic elements where possible, ex: ``, ``, ``, etc.
[Enter steps to reproduce:] Not sure how to reproduce. I disabled the package, so this shouldn't happen at all. I uninstalled it because it was throwing this error, and it...
Hello there! In a project I'm working on, we are using the light Bottleneck, and I saw there were types in the repo, but they weren't published to npm. This...
This should help bring ESM compatibility in the future
``` $ node --version v10.8.0 $ npm --version 6.2.0 $ nvm --version 0.33.11 ``` Running on TravisCI using stable nodejs release. greenkeeper-lockfile-update (using v2, and set the `GK_LOCK_DEFAULT_BRANCH="v4"` env variable)...
The current suggestion to have a different tagging for Quebec and the rest of Canada has been replaced with a harmonized bilingual approach. The consensus agreed on the talk-ca mailing...
Take the following code, run it through tslint using the `"ter-newline-after-var": [true, "always"]` configuration. TSLint will then complain that there is no new-line after the variable declaration even though there...
This doesn't seem to document the `@yields` tag, or the `@generator` tag from JSDoc for generator functions.
This could possibly also be due to VS 2019, but I doubt it ``` > @airbnb/[email protected] install C:\Users\\Desktop\Programming\rest.js\node_modules\@airbnb\node-memwatch > node-gyp rebuild C:\Users\\Desktop\Programming\rest.js\node_modules\@airbnb\node-memwatch>if not defined npm_config_node_gyp (node "C:\Users\\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else...
``` FAIL test/agent-ca/agent-ca-test.test.ts ● custom client certificate › https.Agent({ca}) error:0A00018E:SSL routines::ca md too weak 9 | let server: any; 10 | beforeAll((done) => { > 11 | server = createServer(...