Manish Dahamiwal
Manish Dahamiwal
Nope, if the current locale is Turkish, the two `i` s are considered different. That said, user won't expect "i" to match "I". If user is looking for results matching...
I confirmed with an actual Turkish user and he mentioned that you should only take care of case insensitive match, as we can never know if search term is Turkish...
> that you should only take care of case insensitive match, as we can never know if search term is Turkish or English. That means we should take care of...
@JKillian, @jeancroy I have updated the TS typing for latest changes. check [PR 11865](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/11865). @jeancroy, Can we also update npm package with a new released version?
Yes, that is one thing that should be taken care with every new changes. I was thinking to get a Nuget package published for this lib to make it available...
Awesome, moving to ES6 will definitely bring more cohesion with other projects as most of them are evolving in that direction to get more out of box functionality and performance....
Hi @jeancroy, are you ok with the approach? I already have some work in my local repository for this.
Hi Jean, May I know your Email ID? I will add you as owner for nuget package. Thanks On Thu, Oct 20, 2016 at 7:08 PM, Jean Christophe Roy <...
Aha! I see it now, thanks @jeancroy for explaining it in details. I always thought a scoped acronym query `sft/gisp.js` is better that `gisp.js` but it turned out to be...
Agree on that, that will be way more cleaner and performant. Only concern I see is it make that code more unreadable where it is already a bit tough to...