Kurnianto Trilaksono

Results 30 comments of Kurnianto Trilaksono

> Looking at this one again, I would recommend that the caller trim its whitespace prior to invoking `.Parse()`. Whitespace is not allowed in a semver, so I don't think...

Hi @ephesused , I am able to reproduce the condition. So you cannot use `"v0.15.1\r\n"` because that is a string and `strconv.Atoi()` will read `\r` and `\n` literally, as runes,...

@koba1t this is ready for review. However, I don't know why the last release changes and some other changes got carried over into my PR, I'm sure have rebased it...

@koba1t I have confirmed all changes reflects `upstream/master` changes, I think it is listed on this PR due to rebasing I did. Is there any way we can stage the...

@valaparthvi Found an interesting paper about correlation between potential project metrics and project impact. It shows that category of metrics classified under `activity metrics` shows positive correlation to project impact....

Please let me know your feedback on the plan /assign @koba1t

Noted @koba1t thank you for the feedback

> Hi [@antoooks](https://github.com/antoooks) [@koba1t](https://github.com/koba1t) 👋 > > I’d love to contribute to this issue. I'm a DevOps engineer with experience in GitHub Actions, shell scripting, and release automation. I’ve reviewed...