Kevin Van Lierde

Results 88 issues of Kevin Van Lierde

Hi there, I changed a pre-commit hook to run on pre-push, ran `cghooks update`, but now the hook always runs on pre-commit.. All traces of pre-commit have been removed (composer.json,...

Running the `-u` option together with `--starting-date` results in *contradictory output* because the `--starting-date` affects the date of tags and not individual commits: https://github.com/cookpete/auto-changelog/blob/5d914d4c58b52e12ad4679b3f16e984fcb64e02d/src/tags.js#L44 A commit that is not part...

In JSDoc 3.6.7 (`@latest`) the markdown plugin (which renders markdown in descriptions) is included. In the `main` tree there is no longer a trace of the markdown plugin, it should...

I love debug's simplicity, but it bugs me that it is so tightly coupled to environment variables (NodeJS impl) I would like to integrate it in [Metalsmith](https://github.com/metalsmith/metalsmith) along with an...

It seems like a lot of the examples in _who uses mithril_ are outdated, discontinued, or have changed technologies. I wanted to be able to see some client code in...

Area: Documentation
Type: Meta/Feedback

I've noticed following oddities when bundling for Node with the following command: ``` microbundle --target node --no-sourcemap -f cjs,esm --strict --types ``` When object spread operator is used (`{ ...defaults,...

Need to do some local tests on a Windows machine to see how it behaves with: * files hidden with `attrib +h`, see https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/attrib * `mklink`, see https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink . If...

Adding a `metalsmith.static('media/**')` method with a signature similar to `metalsmith.ignore` would allow metalsmith to use native NodeJs [`fs.copyFile`](https://nodejs.org/docs/latest/api/fs.html#fscopyfilesrc-dest-mode-callback) to do a [pass-through file copy](https://www.11ty.dev/docs/copy/), which would avoid overhead from reading...

feature

The aim would be to allow function type options to be passed through `metalsmith.json`, so one is not forced to use the JS approach, say if for example we want...

This issue is meant to group & provide an overview of what features will be in release 3.0 - [ ] Use Node streams to read & write files +...