Yair Even Or

Results 423 comments of Yair Even Or

I see many parameters for methods are missing, why? Also, I **LOVE** multi-typed function-arguments (love love...so much loving), so a parameter may be one of mutliple possible types, (mostly `String`/`Array`/`Object`)...

I am reluctant to merge this for two reasons: 1. it will inflate the package's size (people judge packages by this parameter) 2. I would have to constantly maintain this...

@hugomn - what is `DefinitelyTyped`? I don't want to merge because I would have to manually remember to manage this huge file for every change I make in the source...

@hugomn -This number below is a big concern of mine, I am trying as low as possible. ![image](https://user-images.githubusercontent.com/845031/90951469-eac69700-e463-11ea-9c2a-f0780968c89d.png) I cannot 100% rely on the community to keep the *declaration* file...

@centrual - could you make a PR for this in [`DefinitelyTyped`](https://github.com/DefinitelyTyped/DefinitelyTyped#how-can-i-contribute) like others have suggested in this discussion? https://github.com/DefinitelyTyped/DefinitelyTyped#how-can-i-contribute

@jpbberry - why is it useless? it's a third-party script like countless others on the internet. A project based on typescript can easily integrate it. it's not "useless". I am...

@jpbberry - what exactly do you need to memorize? how is this different from any other API of a third-party script you must "memorize" when importing to a project? You...

Anyway, the file in this *pull request* is for *React*, for some reason, and I would prefer it not to mention React at all, since this library is not necessarily...

BTW, you can simply import *Tagify* and get rid of all the annoying *typescript* issues: https://github.com/microsoft/TypeScript/issues/3019#issuecomment-355516799

You want it as a dropdown or like this example: https://yaireo.github.io/tagify/#section-manual-suggestions I think currently it's not possible to render a manual dropdown in React, but I will put it on...