Steve Farthing

Results 10 comments of Steve Farthing

Heres an example: https://github.com/sfarthin/pnacl_video_encode With Chrome 45 you can test it here: http://sfarthin.github.io/pnacl_video_encode/video_encode.html Chrome 45 is in dev stage, but you can use Chrome Canary to try the example.

I don't think `enumsAsTypes` is supported AFAICT. The only way I was able to use this option is to add this line: https://github.com/sfarthin/graphql-code-generator/commit/ae5cff7705dac43a473e40968f435a2ec8c1dafe Am I missing something?

I think SimenB is basically right, you can see the first example (output is muted) in the README compared to the 2nd one under the modification section (the 'intercepter' returns...

Sounds good, would you mind doing a PR?

Thanks, will look into this once I have a windows machine in front of me.

Thats a god question, and a good example of a test case to be added.

Sorry, I don't have the time to maintain this code. It is has been a long time since I looked at it.

Anyone have an example of getting valueLink to work with this module ?

Just in case this is useful to anyone. I was able to get something like a controlled variable/valueLink this way. ``` React.createClass({ onChange: function(e) { var value = e.target.value.replace(/ /gi,...