Rodrigo Machado

Results 13 comments of Rodrigo Machado
trafficstars

@mattwynne Thanks for your contribution - really good! Just one minor comment - if you could move that logic out of the command it would be great and then I...

@mattwyne sorry for the delay - time has been a scarce resource lately. About CI process failing, couldn't take a look yet but could be something related to tools been...

@Pradhvan That's great :D Feel free to reach out in case you need anything

@Pradhvan That's a good starting point. `parser.go` uses [blackfriday](github.com/russross/blackfriday) to read the markdown file and a set of custom functions to render it. The challenge is to make sure things...

Based on terminology adopted at keepachangelog.com website, `ChangeType` should be called `Section`. For consistency, then `ChangeList` should be renamed to `SectionList`, `SectionContents` or similar (TBD).

This problem is still happening in the latest version (2.0.6). What would be the ideal solution? Not try to convert the body to unicode at all (but I imagine that...

Looks like there is https://github.com/libgit2/git2go (that uses libgit2 under the hood).

> My question is: When to write the changelog and how to version control. In my team we usually update the changelog in the same Pull Request the feature/bugfix/etc is...

Do you have libpostal installed? https://github.com/openvenues/libpostal

Maybe, when a variable is 'undefined' the view output must be "" (empty string). What do you think?