Kevin Van Lierde
Kevin Van Lierde
*Please thumbs up :+1: this comment if you would like to use this feature, or thumbs down :-1: if you don't think it should be added . Your feedback is...
*Please thumbs up :+1: this comment if you would like to use this feature, or thumbs down :-1: if you don't think it should be added . Your feedback is...
Marked 5.x introduces a lot of almost breaking changes: it replaces most options with separate extension npm packages named `marked-*` (bummer). See: https://marked.js.org/using_advanced#extensions. Essentially this means `@metalsmith/markdown` must either: 1....
- [ ] Update de bug reporting template to mention looking at the README troubleshooting guide - [ ] This should add troubleshooting guides for: - `_tkinter.TclError: no display name...
Would be much more appealing and immediately give potential users a sense of what they're getting with this lib 😄
Given following code: ```js const host = { arr: ['hello'] } const { dset } = require('dset/merge') dset(host, 'arr', ['world']) // or const host = { arr: ['hello'] } const...
All technical details of the test can be found at https://github.com/metalsmith/metalsmith/actions/runs/7854693798/job/21435716699 Since v3.x the dependency `foreground-child` uses the `node:` prefix to include constants and due to this c8 throws in...
The docs mention an `ENUM` for `MENUCOMMAND`, and a method `notepad.menuCommand`, however it seems impossible to *hook* into this event with `NOTIFICATION`. It doesn't seem possible to hook into any...