Anthony

Results 10 comments of Anthony

Thanks for your feedback and quick reply. I realized my error with calling `ipcRenderer` instead of `ipcMain` shortly after my post. However, the test still fails with a timeout in...

I'm experiencing a similar issue in a multi-window app. Would be great to see better support for this.

@tsenart I don't agree that JSON is readable in the sense that it can also double as a form of documentation, however, I definitely do agree that introducing JSON schemas...

Forked the repo and did some debugging... I noticed that the `evaluate_with_source_maps` method uses the base `SassImporter` module rather than `Sass::Rails::SassImporter` module which is overridden in the `Sass::Rails` gem. (See...

@ssk2 There's some useful sample code here: https://github.com/mesosphere/docker-screencasts

Yup, happens with me too. Some responses are close to ~5 seconds and 90% of that time is spent rendering rabl view. Not sure what the simple solution is.

It's rather large query. User -> has many games -> has many turns

I think the problem may be the deep nesting. Only return a few items (games) though: ``` user { games: [ game: { turns: { turn: { receiver: (user) {...

I have the same issue, but haven't been able to fix it. The problem is apparently with bcrypt which is installed with mongoose-auth. There's a more in-depth discussion here: https://github.com/ncb000gt/node.bcrypt.js/issues/77