Lars Kappert
Lars Kappert
This plugin does the changelog generation. You could look at using release-it without this plugin: https://github.com/release-it/release-it/blob/main/docs/changelog.md
Closing this one due to inactivity, answer was provided.
After >10 years of release-it I'm confident that "supposed" doesn't really apply, imho. Everyone has their own preferences and workflows. Personally, I'm using release-it in a simpler way and from...
There's a difference in "stacked" slides which is now hopefully handled better. Any chance you could try this: ``` npm i https://pkg.pr.new/webpro/reveal-md@0f1c75a ```
> [!WARNING] > > reveal-md is no longer in active development. No new features will be added. Pull requests for bug and documentation fixes will be considered. Occasional dependency upgrades...
Also see https://github.com/webpro/knip/issues/211 and specifically https://github.com/webpro/knip/issues/211#issuecomment-1686608054
Thanks, @amaanq. I don't see the assets with either [v0.20.0](https://github.com/tree-sitter/tree-sitter-bash/releases/tag/v0.20.0) or v0.20.2 (this one also doesn't have a release at all, only a tag), is there another mechanism now?
No worries, we're all in this together. I got some advice here: https://github.com/webpro/knip/issues/211#issuecomment-1690160583 For my own lib I just reverted back to the previous solution, no worries there. Wish I...
Should we reopen this issue? I'm also interested to know about how `tree-sitter-node` + `tree-sitter-bash` is supposed to be used as a dependency in projects like Knip. I just installed...
So if I understand correctly, it's likely an issue with `issue-parser`, right? It could maybe be an option to remove empty lines before we hand it over to `issueParser()`. Might...