Nikita Misharin

Results 27 comments of Nikita Misharin
trafficstars

@bbatsov we do have an example of [incompatible with 1.9 rule](https://github.com/bbatsov/ruby-style-guide#percent-i). Why not make the same note here as well? _P.S. I personally prefer to write stabby lambas with space,...

Could you please provide a reproduction example

I'm still waiting for any reproduction example. So, I could debug and fix it

@mattheworiordan could you please clarify what's needed to be done here? Do you want to make private methods marked with`@api private`?

@mattheworiordan thanks for the reply. `protected` makes a method to be accessible inside/by instances of the same class, used for example in (`#`). So it doesn't really make sense to...

@vjt could you take a look, please?

There are multiple issues with building windows on CI _(on the surface)_: 1. eventmachine needs to be using pure ruby reactor 2. libcurl needs to be installed Those are probably...