Kirill

Results 108 comments of Kirill

@php-coder thanks, it's better than default behavior, but it doesn't completely solve my problem: I still can't control ticket title from pdd puzzle. I think the title of the ticket...

@fybwid but this log was posted as a comment by 0pdd user, so current user is 0pdd in this log. And I don't think it's a webhook quota, but API...

@fybwid yes, it's 0pdd user, see https://api.github.com/user/24456188

@amihaiemil @yegor256 I have similar issue #213 : 0pdd is able to close issue when puzzle removed, it only can't submit new issues (but I can see them in xml)

@yegor256 looks like it can be `HtWire` implementation, e.g.: ```java try (final HtWire http2 = new Http2Wire("example.com")) { new HtResponse( http2, new JoinedText( "\n\r" "GET / HTTP/2", "Host: www.example.com" )...

@llorllale sure I'll have a look later

@llorllale yes, please assign me

@yegor256 you meant that `cactoos-http` should depends on `takes`? I think it's not good, because it can be used not in web apps only or with other web-frameworks.

@llorllale if I understand correctly, `Wire` should be created with `host` param, right? But if not, I agree that it can be reversed.