Lloyd Brookes

Results 159 comments of Lloyd Brookes

oh, i see! So your system temp dir begins with an underscore? You can view your tmpdir like this on the node REPL: ``` > os.tmpdir() '/var/folders/z2/1d63yd8x4yx5vnbnknzxvyw80000gn/T' ``` I don't...

I searched the jsdoc repo and found several issues caused by this leading underscore behaviour, but they were all closed without resolution. I've opened [a new issue](https://github.com/jsdoc/jsdoc/issues/1712) and will let...

hi, does this case work as expected in jsdoc?

hi, thanks for the report.. in your project's `node_modules` folder, please put `console.log(jsdocArgs)` above [this line](https://github.com/jsdoc2md/jsdoc-api/blob/master/lib/explain-sync.js#L30) and post the output 👍 thanks!

OK, yes you're probably right - i'll take a look.. does your documentation generate correctly when not using pedantic mode?

ok, glad you can manage for now.. will have a look this evening

On my macbook, the `aws s3 sync` command incorrectly guesses that an `index.mjs` file should have the MIME type `binary/octet-stream`. This breaks my web app - the correct MIME type...

Closing due to lack of feedback..

@akc42 I don't suppose you could recommend a quick solution to make the warning go away?

I too would prefer this rule is removed from standard. What is the problem with absolute paths anyway? They are valid. In my web projects, this rule prevents me importing...