Daniel Beard
Daniel Beard
Awesome work so far! Very much looking forward to future improvements :)
I am also hitting this, I have a repository that contains ~20 swift package manager packages, which depend on each other.
I'm hitting the same issue, appears that dotCI doesn't like the `:` in the command and fails if you have anything that contains it.
Are there any known workarounds for this? I guess I can just fork and republish?
I believe it is still relevant, but this was our only project that used octokit on macOS. We ended up tearing out the library and making raw http calls instead.
Also seeing this
Am also hitting this issue, is there any path to merging this PR?
I still see this issue with v5.15.0, inline commenting doesn't appear to work at all for me when running a shared danger file imported via git.
The referenced PRs should have fixed this issue, I think it can be closed now.
@eneko this appears to be caused by this issue in octokit (which STILL hasn't been merged yet): https://github.com/octokit/octokit.rb/pull/1118 I use the following as a workaround: ```ruby require 'git_diff_parser' # Returns...