guyzmo
guyzmo
Hi @sils, the *main* goal of git-repo is to offer a unified CLI API for all the git services. I have already implementations working for github, gitlab, gogs/gitea (to the...
well, I'd be happy to keep the discussion on, but to smoothen and figure out a plan, we need to gather and have a chat: → irc.freenode.org `#git-repo`
after a while not having time to work on the project, and giing it some time to think about it, I believe that the git-repo source code is not *yet*...
@PyHedgehog said: > Any docopt-alike implementation is very fast for development, but it has limitations that can't be fixed: > You can't allow to implement additional commands/options. This will block...
You have several ideas packed into one issue, and I actually had to reread several times your post to really understand it all ☺. ## ① Configuration file for "provider...
Sorry for taking long to get back to you. Overall I believe this is a great feature to add, but it's not an obvious easy feature, and to be honest...
well, this is a more global design issue, and this discussion better fits in #28 … This issue is only there as a reminder to replace my custom command "dispatch"...
I went through the same problem, and my only solution was to fallback to 0.7.1, i.e.: `pip install blogofile==0.7.1`. As it is stated on [the release announce of 0.8b1](http://www.blogofile.com/blog/archive/2012/10/1/), the...
Hey 👋 I'm also having that same issue. Here's the stacktrace: ``` 0 glabels-qt 0x000000010a434af5 glabels::model::Template::~Template() + 135 1 glabels-qt 0x000000010a43da19 glabels::model::XmlLabelParser::parseRootNode(QDomElement const&, QString const&) + 1155 2 glabels-qt 0x000000010a43d2c2...
Hello, I'm about to push a brew formula, but it might get rejected because of the lack of versioning. Would you consider versioning the pre-stable builds? Either by using a...