Pavel Birukov

Results 9 comments of Pavel Birukov

Would you guys consider switching to typescript? If so, then I can help you to introduce it, add build step and annotate the codebase. That will somehow solve the problem...

Also, there is https://github.com/TypeStrong/typedoc which makes it possible to generate the documentation, once you have added annotations to your code

@arolson101 why do you think recompose examples belongs here? I believe it's completely different topic

@aivarsak I can't reproduce error with multitouch on iOS 9.2. My fix definitely helps to avoid the error but it may cause other problems. So if you will be able...

Issue reproduced. Multitouch triggers series of touchstart/touchend and error occurs. Will investigate

Given that little information about your setup, I'd suggest you implicitly passing [--compiler](https://github.com/evolution-gaming/tsc-silent#synopsis) flag. In the most trivial case, the call would look: ```bash tsc-silent --compiler ./node_modules/typescript/lib/typescript.js ... ```

Hello @ianks. Thanks for the attention You can take a look at what I've done here https://github.com/evolution-gaming/typed-recompose. I'm on mobile, will answer tomorrow in more details

@ianks, yes, I'm interested to proceed with the typings and contribute them to typings' registry. I wanted to hear some feedback but so far I've got the only response from...

@farism > Do you think this is necessary for iteration 1? I would say that process of making types stricter is not acceptable. Once you will release next version with...