Lloyd Brookes

Results 159 comments of Lloyd Brookes

Btw, you might want to test the solution i just suggested using `jsdoc-to-markdown@next`, which is soon to go live..

thanks for clarifying, that helped.. Could you send a link to a project where `groupGlobalsBy()` is currently used? I want to try something and, if it works, i'll send you...

Thanks, will come in useful.. I made a start unpicking the handlebars hellzone within dmd over the weekend, massively slowed down by issues in the dep tree (this time it's...

Could you simplify the reproduction case down to a single invocation example that fails, also sharing the exception thrown? E.g. ```js fg.sync('/something/**/*.{jpg, jpeg, png, webp}', { optionA: true, optionB: 'whatever'...

I will take a look, thanks.. In general, i try to avoid hard-coding personalisations (e.g. `doMyRequiredThing()`) into the stable core of a project - i prefer to offer extension points...

The helpers did used to live in their [own project](https://github.com/jsdoc2md/ddata), for code-sharing reasons, but got pulled into dmd as a simplification for one of many reasons (which I'll document at...

Is this still an issue? When I install fast-glob i get micromatch 4.0.8 and no security warning.. ``` ├─┬ [email protected] │ ├── @nodelib/[email protected] │ ├── @nodelib/[email protected] │ ├── [email protected] │...

`@file` is currently not supported by jsdoc2md..

Hi, if you get time could you check if this is still an issue in [v9.1.0](https://github.com/jsdoc2md/jsdoc-api/releases) please. The sync functions have been abolished and I'm hoping this issue doesn't affect...

Closing due to lack of feedback.