Robin Smidsrød

Results 68 comments of Robin Smidsrød

Sorry about the extremely late response. This is a good idea. How would you go about performing this check for an existing branch to avoid the error. Do you have...

Well, as all of the behavior in git-pr is linked to the repo that is in the current directory, that's kind of tricky, because all of the functions are based...

Thanks for the contribution! Great work! Nice job on the refactor! I do have some improvements I'd prefer to go in there. 1. _fetch_repo_information() should cache the fetch. The way...

Regarding point number 3, `$base` is supposed to point to a branch in the parent repo (i.e. the one you forked, not your contributor's fork). And using `$repo_info->{'master_branch'}` seems like...

For 6) above you can use `git show --quiet --pretty='%s' ` for $title and `git show --quiet --pretty='%b' ` to get the $body. In terms of actually finding the sha1...

Decided to copy this information from IRC in case I ever need to look back at it. ``` If you're still confused about 3), in terms of this PR we're...

If the PR you're looking at is automatically mergeable, then you can do `git pr patch X | git am` to inject those commits on top of your current branch....

@kozlovic You shouldn't by any chance have a link to a document that describes why you have no current plans of supporting it? I'm going to assume it's quite tricky...

@TomasVojacek Your observation is correct. I just need the MQTT broker (NATS) to stay connected, even if it doesn't support QoS=2. If there is a "force downgrade" option in the...

@derekcollison I've posted a request in their bug tracker to set max used QoS-level, but it is (to my knowledge) not yet implemented. Here is the link to their bug...