Divyendu Singh

Results 84 comments of Divyendu Singh

Can I use a html buttons on click event to click on the SWF version of file upload. It looks ugly on IE. Let me know a way in which...

Thanks everyone for a fruitful discussion around this topic, we are planning to have a [nexus style](https://nexus.js.org/) API for Prisma schema generation. It might look something like this (**NOTE:** This...

Thanks @matepapp Just to clarify, this syntax does not depend on GraphQL nexus at all, I am sorry that it wasn't clear enough. It would use a similarly looking API...

Thanks for all the feedback, one of the early ideas of how code first Prisma schema generation might look like will live here: https://github.com/prisma/prisma-sdk-js/issues/5 There is not a lot of...

I tried this out, it renders the component unusable. the swipe stops working. I think this is a bug.

Aha! It worked, this can be closed. I had flex: 1 on children from the example in README.md Regards,

@RubenSandwich : Nope, I quit on it and moved out of react-native for now when not doing hobby stuff.

Currently, I am doing something as ugly as ``` onTitleChange={ type === "CAREER" ? e => { e.persist(); this.setState(prevState => { return { ...prevState, version: { ...prevState.version, title_de: e.target.value, title_en:...

How about introducing a new signature for input using JS de-structuring. `request({ query, variables, operation } )` Detecting object vs string for backward compatibility. Adding the new operation field only...