Mitch VanDuyn

Results 234 comments of Mitch VanDuyn

This solution (mentioned above) worked for me: ``` brew install openssl bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)" bundle install ``` HOWEVER I want to give a tip: This solution...

Have a look at http://ruby-hyperloop.org (the hyper-react gem). Look at isomorphic helpers module for how to get this to work...

hey that's great, if you can give me a rough outline of how to do this, I will do a fork, and implement and test...I looked through the code, and...

BTW - this is a "paragraph text" layer NOT a "point text" layer. It seems like psd.rb is treating the object as point text even if its paragraph text. I...

Digging around in this I discovered this perhaps related discrepancy: Adobe spec says that the "left, top, right, bottom" info are all 8 byte values, the parser is reading these...

Yes I was giving the folder name, but the folder only contains the single layer, so the story is the same. Sorry about that.

This seems extremely cludgy and brittle, but you can extract the correct dimensions (at least for simple cases) as follows: ``` box_bounds = layer.type.engine_data.EngineDict["Rendered"]["Shapes"]["Children"][0]["Cookie"]["Photoshop"]["BoxBounds"] top = layer.text[:transform][:ty] left = layer.text[:transform][:tx]...

@sanjithg @dwillist might be able to check in our code and see if the above hack is still being used, or perhaps it changed slightly...

@hmdne updated the flag to be `server_side_test` per your request, and did a little more cleanup and comments.

okay, so hyper-spec now will run on Rack, and so that is cleaned up, and while I was working on that, somebody at the slack site found some bugs in...