David Chambers

Results 269 comments of David Chambers

The idea is to use [YQL](http://developer.yahoo.com/yql/) as a proxy using queries in the form: ``` select * from html where url='http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=195297' ``` Tutor would send this query to Yahoo in...

We'll need to use [jQuery.ajax](http://api.jquery.com/jQuery.ajax/) to make requests from the browser.

My priorities are as follows: 1. Maintenance: - stay on top of changes to Gatherer's output - add support for edge cases as they appear (e.g. double-faced cards) - fix...

Thanks for your interest, @GixGosu. I haven't been actively developing Tutor, as I've directed my attention towards other open-source projects. If you're interested in working on this, I'm certainly happy...

This functionality is not currently provided.

You are welcome to submit a pull request to update the readme, @ACiep. :)

I would be happy to review a pull request, @drenther. :)

Are you imagining something like the following? ```javascript > S.even.types.length 2 > S.even.types[0] === $.Integer true > S.even.types[1] === $.Boolean true ```

How about this? f.name :: String f.constraints :: StrMap (Array TypeClass) f.types :: Array Type