Aleksey Ivanov

Results 85 comments of Aleksey Ivanov

@tleish this feature joins multiple comments for single line of code. For instance, given simple code with Rubocop offences ``` def foo_method a = 1 b =1 end ``` ```...

By the way _consolidate_ looks like too official (and long) word IMO. Wouldn't it be better to use something more explicit - _join_ - or something more git-like - _squash_?...

I use Pronto with GitLab. But I don't use email as notification service. Instead I have Slack integration. In this case receiving multiple comments is totally fine IMO. Do you...

@tleish out of the box GitLab integration with Slack sends notifications to specified channel. But that is fine in my case since everyone could see code offences. I argree with...

Hi @balogic, could you show `rubygems` version with `gem --version`?

I am not sure but it looks like the problem is with rubygems not pronto gem. In `rubygems/version.rb:354` we have ``` return -1 if String === lhs && Numeric ===...

@balogic are you sure about line numbers, because there is similar code in line 355? Can you inspect values of `lhs` and `rhs`?

@balogic to be honest I don't what else can cause the issue 😐

Hello guys, I have the same issue thought I try to stream not to RTMP but to plain file. Unfortunately, I got only audio stream in output file (and black...

@atyenoria thank you for advices, Yes, I set FIR to 1. Seems like the problem was with my SDP. Actual video stream has RTP payload type `96` but SDP was...