Sander van Hooft

Results 189 comments of Sander van Hooft

[This is the discussion](https://github.com/apollostack/apollo/issues/65) @HriBB is referring to.

@thebigredgeek Seems ok. You suggest to do this in 1 repo, or multiple (i.e. using `lerna`, as @HriBB suggested)?

Sure, count me in! On Thu, 8 Dec 2016 at 01:29, Andrew E. Rhyne wrote: > Yup! I am down :) > > — > You are receiving this because...

Thanks! I've no experience with either of them. Would be interesting to work with typescript though. What value does lerna bring? On Thu, 8 Dec 2016 at 13:10, Bojan Hribernik...

@HriBB That seems valuable to [express-upload](https://github.com/HriBB/graphql-server-express-upload) / [koa-upload](https://github.com/HriBB/graphql-server-express-upload) for sure! I don't see the value for this client, other than that it may come in handy if there are subtle...

Hi @thebigredgeek, I have tried the following, but it didn't work: ``` // in component that uses react-dropzone: onDrop: function (acceptedFiles, rejectedFiles) { console.log('Accepted files: ', acceptedFiles) // console.log: [File]...

@HriBB @thebigredgeek How about accepting an array of Files (array) as input? Given the [MDN description](https://developer.mozilla.org/en-US/docs/Web/API/FileList) there seems to be no way to programmatically create a FileList.

I'll try to look into it. Good luck with your presentation :)

@HriBB Thanks for the quick response, seems like I have to handle file.path as your code suggests. I'll give this a try tomorrow and let you know! :)

By the way, what is that `parse(...)` function, where is it coming from? Are you using a helper library?