Bengt Brodersen
Bengt Brodersen
LGTM
@mnin you need to remove the `\n` chars, I did the same mistake.
@luckfamousa maybe it's possible to automatically do strip those for people like me that existential copy the json encoded multiline key.
```lua key = string.gsub(key, "\\n", "") ```
@ryo-ma I had the same issue with my project https://github.com/qoomon/starlines My solution was to trigger github action workflow runs to gather the data from graphQL and cache them as github...
have look at https://github.com/qoomon/maven-git-versioning-extension/blob/cec6e933bdcc2b1940ac4f852a71c4e12971c3d2/src/main/java/me/qoomon/maven/gitversioning/GitVersioningModelProcessor.java#L724-L746
I think I found the reason `description_lines_count` seems not to be an option for https://github.com/anuraghazra/github-readme-stats/blob/62c43e9f3ab9457b92e7c67ff3bd510223ae2e2e/api/gist.js
I'm lacking a little bit of time however, every PR is welcome.
In this parsing method we need to gather and throw all warnings as one. https://github.com/qoomon/git-conventional-commits/blob/682d15eaf630ad3d42431fa0953688a75af50baa/lib/gitCommitConvention.js#L81 and then we need to handle exceptions everywhere we using this functions. Depending on a...
@Mo0rBy thx a lot, I'll probably will have time to fix that during upcoming weekend.