Roman Shtylman
Roman Shtylman
Seems there might be an issue with the SVG returned from the urls in some browsers: If you visit this url in chrome, I get the pretty colored badge but...
Looking at the slackin repo I see the following commit: https://github.com/rauchg/slackin/commit/edcaebce0fb2b4e07ca834a58fa069c53a5e0bf3 While the commit doesn't say what the issue was, it does alter the svg image output and says fix...
@Haroenv the reason it isn't counting correctly for your repo is because the readme is not on the `master` branch. The logic right now just assumes master branch. Could update...
Maybe better to put this under a flag in the model options. So when you initialize the model you pass options (right now ajax, url_root). Could add a new one...
So I don't think that validation should happen after every item set. I also don't think that there should be an `errors` property that lists the validation errors. What i...
Bamboo needs a schema because of the property change events. Unless you meant a specific schema for validation. Separating the validation object from the model is interesting but I think...
I am open to improvements. I think #3 is a good idea and we might have settled on the CLI flags to use for that iirc. I would love PRs...
This would be pretty cool. I would review or PR or look into it next time I get around to working on this.
Also what part of the commit would be added? Just he summary line? There is this prior art: http://man.he.net/man1/debcommit Which goes the other way. It reads what you have written...
I personally like the `v` tho I think a `$HOME/.changelogrc` or `.changelogrc` in the project could be a nice way to allow configuring this. I think an RC file is...