Vladimir Kochnev

Results 17 issues of Vladimir Kochnev

Why? `heroku-buildpack-nodejs` is required to run `heroku-buildpack-webpack` and it sets `NODE_ENV` so we need a consistent environment around them.

Hello, @apotonick! I really appreciate stuff you build (Reform, Roar, etc), it's really game-changing! I read a [post about Reform 2.0](http://nicksda.apotomo.de/2015/07/reform-2-0-form-objects-for-ruby/) where you mentioned `:struct` option for properties which I...

This PR aims to fix several issues with Relationship cache: 1) It's not threadsafe, so I propose to use a TLS variable for this. 2) Memory obtained by cache remains...

Done in caxlsx

Many specs fail with `missing attribute ...` exception. But there are some reasons that it's right. No value for some key -> cannot expose such attribute. Otherwise `nil` value is...

Maybe it's just a corner case but maybe not. I also think it could be related to #120 but I'm not sure.

bug?

Suppose this case: ``` ruby class GeneralInfo < Grape::Entity expose :gender, :age end class Student < Grape::Entity expose :info, using: GeneralInfo expose :info do expose :grade end end Student.represent({info: {...

question
feature

This PR adds a connection pool options and also tells in README about a benefit of persistent connections. Not informing users about `Net::HTTP` weakness is just harmful, I think :)

- Update Ruby and gems versions (needed to run a new test case using `TracePoint` API on new Rubies) - Undefine alloc funcs of `Context` and `ThreadsTable`. This is to...

## Summary `collect.FailNow()` should exit goroutine without a panic to be usable with `require` package. ## Changes `collect.FailNow()` just does `runtime.Goexit()` instead of `panic()`. For example `FailNow()` from `testing` package...

bug
pkg-assert
assert.Eventually
hacktoberfest-accepted