Michael Elbert

Results 4 comments of Michael Elbert

Please review my pull request #115 , as I tried my best to get rid of the Yahoo API.

059 said [here](http://www.mpgh.net/forum/showthread.php?t=1177107&p=12127750&viewfull=1#post12127750) and [here ](http://www.mpgh.net/forum/showthread.php?t=1177107&p=12123351&viewfull=1#post12123351)that the Yahoo API is what's causing the issue

The realm API has a CORS header missing that prevents you from locally getting it (Access-Control-Allow-Origin). This prevents muledump from working because everyone just runs it straight from their file...

Like I said, it was just a hacky example of getting rid of YQL, not intended to be shipped out immediately. I didn't mean to leave my code so ugly...