Pavel Pravosud

Results 5 issues of Pavel Pravosud

I'm running hermann consumer on MRI 2.3.0 and it crashes with the following error: ``` ruby: symbol lookup error: /app/vendor/bundle/ruby/2.3.0/gems/hermann0.26.1.0/ext/hermann/hermann_rdkafka.so: undefined symbol: inflateInit2_ ``` I'm running this code on a...

If you attempt to change your email and click the confirmation link using a browser that's not logged in, you'll see a login screen. If you attempt to login at...

Heroku usecase: ``` use Rack::GridFS, prefix: 'gridfs', uri: ENV['MONGOLAB_URI'] ```

In coffescript you can call `super` without any arguments and it'll be equivalent to passing all arguments to it. ``` coffee class MyClass myMethod: -> super ``` translates into this:...

So, if you pass invalid utf sequence to `.decode` method, you'd receive `ArgumentError` while expecting `OkJson::Error` ``` ruby OkJson.decode("\255") ``` ``` ArgumentError: invalid byte sequence in UTF-8 from /gems/okjson/okjson.rb:264:in `match'...

bug