Kris Kaczor

Results 145 comments of Kris Kaczor

I can't find your email online. Can you send me a message on [email protected]? Thanks!

@kmvan not really. Please, if you have time to work on it, create PR.

@zwhitchcox can you make sure that this is not related to flow annotations? I mean `: number` thing

@zwhitchcox nice, thanks! I am super busy now but I will try to review your PR and take a look at that issue later today :)

Hey! Thank you so much for your contribution! Can I ask you to write test proving bug (so before your changes it should fail)? That would help a lot :)

@dakotamurphyucf Seems reasonable but I would need to think more about this issue. The reason that it's not implemented is not that it's impossible but rather it's just complicated 😆...

@dakotamurphyucf oh wow, ptc syntax is really interesting 👍 I would be really great if you could implement your idea as discussed. I would just prefer if it would be...

@boneskull Great work! What's the status of this fix? Do you need help in anything?

Great proposal 👍 Personally, I don't see anything wrong in: ```typescript simpleFn(exampleA.foo, exampleB.complex); // WRONG USAGE, no error ``` `exampleA.foo` and `exampleB.complex` will both be union types which totally makes...

@quezak okay i think now i understand it better. Yes, the name is quite bad but with good examples it will be fine *i guess*. Can we have good examples?...