Kirill
Kirill
Ticket title is built from file name, extension, line number and first one or two words with ellipsis. It's hard to read and understand what's the ticket about when looking...
0pdd returns an error for a webhook: ``` 403 - API rate limit exceeded for user ID 24456188. // See: https://developer.github.com/v3/#rate-limiting /app/vendor/bundle/ruby/2.3.0/gems/octokit-4.9.0/lib/octokit/response/raise_error.rb:16:in `on_complete' /app/vendor/bundle/ruby/2.3.0/gems/faraday-0.15.1/lib/faraday/response.rb:9:in `block in call' /app/vendor/bundle/ruby/2.3.0/gems/faraday-0.15.1/lib/faraday/response.rb:61:in `on_complete' /app/vendor/bundle/ruby/2.3.0/gems/faraday-0.15.1/lib/faraday/response.rb:8:in...
It's similar to #276 bug, but here I didn't use force push, just regular commit with removed pdd puzzle. 0pdd failed to delete this puzzle and can't process new puzzle,...
Github allows to make a progress-bar on issue item using checkboxes in issue details:  I think it would be more informative to use checkboxes with solved and...
Does cactoos-http designed to support `HTTP/2` protocol? If yes how does it share sockets (or clients) across requests?
I think there should be some simple request objects, like: ```java new HtResponse( new RqSimple("GET", "https://foo.bar?param=1") ); // or new HtResponse( new RqSimple.Get("https://foo.bar?param=1") ); ```
It's not very convenient to write a host two times (first in wire, second in request): ```java final Wire wire = new HtWire("http://www.google.com"); new HtResponse( wire, "http://www.google.com", // same string...
Print to stdout repository URL after creating it with `gitstrap create` or `gitstrap apply`, now printed internal Github repo ID and repo name.
Update collaborators in `Repository` specification on `apply` or create command. Now it's not clear how to edit collaborator permissions or specify it for non-organization repository. Parent #46
Let's introduce a new command `patch`: it'll update an existing remote resource without downloading the full spec file. It can accept patch file or patch statements. For patch command it...