Oliver Kopp
Oliver Kopp
``` > npm config get git git ``` As workaround, I am currently using [release-it](https://www.npmjs.com/package/release-it), which does not have the strong checks as `np` does, but works perfectly with GitHub.
@PrimordialHelios: @joelparkerhenderson created a ruby project just detecting the TOC by a smart pattern. So, the TOC markers are not required at all. I know that current drawback is that...
Highly appreciated. This would add support for [atom's markdown-toc](https://atom.io/packages/markdown-toc): ``` - [Contents](#contents) ... ``` And also for [atom-mdtoc package](https://atom.io/packages/atom-mdtoc): ... Surely, it would be nice if the text "TOC" could...
I checked again today on Win 10: 1. `npm install --save markdown-toc` 2. `node_modules\.bin\markdown-toc -i CHANGELOG.md` 3. Same result as above. @doowb I cannot use slugify, because I am using...
In case the ValidationMessage is changed to something containing more than the specification demands, there should be `toString()` and `getMessage()` (or `toReadbleString()`)
@stevehu Yeah, I think, the purposes are different. `toString()` is IMHO for debuggin (also backed by the article at https://dev.to/kylec32/effective-java-tuesday-override-tostring-14n7). Maybe you like [Lombok's @ToString](https://projectlombok.org/features/ToString)?
Idea: Store the output in a variable (output at the step). Then, the user can use another action to create an issue: https://github.com/JasonEtco/create-an-issue. (OK issue != PR, however links tend...
There is also a [Comment on PR GitHub Action](https://github.com/unsplash/comment-on-pr). I had difficulties getting it running for PRs of contributors having read-only access only.
Note that the script will have to be executed using Administration rights. `%PROGRAMFILES%\Git\usr\bin` can be used as installation directory. The [install.cmd of git-extras](https://github.com/tj/git-extras/blob/master/install.cmd) might be of help.
I did a search on libraries for that. Seems that the current security mode of browsers do not allow to take screenshots. Maybe the following list helps: - [html2canvas](http://html2canvas.hertzen.com/) -...