Oleksii Dashkevych

Results 5 issues of Oleksii Dashkevych

When fixing Crystal frameworks in FB found this issue: sample code ``` crystal require "moonshine" include Moonshine include Moonshine::Utils::Shortcuts app = App.new app.run(8080) ``` error ``` ➜ moonshine git:(fix_crystal_lang) ✗...

I have issue in Travis build: Error: spawn /app/node_modules/optipng-bin/vendor/optipng ENOENT at exports._errnoException (util.js:1036:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:359:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9) The command '/bin/sh -c gulp'...

Hi. Can you make release of current master? If something stop you, maybe I can help?

Hi. I want to pass additional options for `has_one` relations. In https://github.com/fotinakis/jsonapi-serializers/blob/master/lib/jsonapi-serializers/attributes.rb#L58 when make debug I see `parent_name` hash in `options`, but in https://github.com/fotinakis/jsonapi-serializers/blob/master/lib/jsonapi-serializers/serializer.rb#L174 `attr_data[:options]` is empty. Maybe I something...

When I updated Oj gem I get issue: JSON::ParserError: Empty input at line 1, column 1 [parse.c:926] This is because in new Oj version, for line https://github.com/ruby-json-schema/json-schema/blob/c12f6000795cc0fdf8d17d97d5bf9c1b383037e4/lib/json-schema/validator.rb#L527 if you send...