Andrey Sidorov

Results 7 issues of Andrey Sidorov

This PR fixes such cases: ```ruby class A include ShallowAttributes attribute :a, Integer end class B include ShallowAttributes attribute :b, Array, of: A end a = A.new(a: 1) b =...

bug

Hello, while using $.yql I found myself writing the same code over and over again. So i added two simple wrappers for JSON and XML yql calls. Maybe you'll find...

Hi! While zooming scene out the screen is being "split" into a "grid" and around each "grid cell" I observe black areas. The more I zoom out the larger black...

Currently `Axml::Builder` behaviour is not exactly the same as `CSVBuilder` logic. `Axml::Builder` does not have access to controller's `view_context` in column proc, but `CSVBuilder` does. Let's fix it. Code example:...