gorankarlic
gorankarlic
HTTP `Date` header time is faked just fine up to `Node v15.1.0` but fails with `Node v15.2.0` or later. * FakeTimers version : `6.0.1` * Environment : `Node v15.5.0` *...
**Reproduction** This works ```js const response = await fetch(`https://google.com/`); await response.text(); ``` while the syntatically equivalent ```js const {text} = await fetch(`https://google.com/`); await text(); ``` fails with `TypeError: Cannot read...
Can you please add support for the [@hideconstructor](https://jsdoc.app/tags-hideconstructor.html) tag? ```patch --- a/tmpl/method.tmpl +++ b/tmpl/method.tmpl @@ -19,3 +19,3 @@ var hasMethodSummary = (data.kind !== 'class') - + @@ -50,3 +50,3 @@...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...
Add option to specify host name (`host` and `-h` or `--host` respectively). Resolves #161.
Fixes false positive error where`xsl:use-attribute-sets` contains a space separated list of XSL attributes.
Added test for #55913 that is expected to fail until issue is fixed. Please approve MacOS testing CI to verify test is failing as expected.