Adam Fortuna

Results 10 comments of Adam Fortuna
trafficstars

Just came across this issue too, what fixed it for me was normalizing the paths used to import my models. In my sequelize init script i was using relative paths...

Awesome, thanks for the feedback! Still need to add some content to the blog about section, but other than that it's coming along. The only one on here I wasn't...

Ops, just noticed the first screenshot is in "medium" mode, but the 2nd and 3rd are in "small" mode. The footer should be the same for all of them in...

Cool thanks, I think it's coming along! ![screen shot 2015-02-02 at 9 18 40 am](https://cloud.githubusercontent.com/assets/7741/6001907/854ce88e-aabc-11e4-81c1-0e46c23fa36b.png)

Ran into this exact issue and this was the top result for "Hasura sort nested query slow". I'm running into the same issue. In my case, it's a difference of...

+1 for this one. Setting it up as an option in the task or specifically including it would both help. Trying to get a workaround for including test/ in the...

Awesome, thanks! The hydra_worker_init.rb hack worked to get things running smoothly.

Hmm interesting, that wouldn't be too bad if it's only in the spec_helper. Right now I have it loading all the shared examples without checking to see if they've been...

In brief testing, commenting out this line in Hydra and recompiling the gem seems to do the trick. Not sure if it's affecting something else just yet though. Could you...

Good catch! We removed access to these from the FakeFS objects that are passed in, but we probably need some kind of a "clean" way to pass in objects to...