Sean Tan
Sean Tan
@olivernn `axios` is one successful library that maintains the typings within its project. The typings are declared in `index.d.ts` at root and declared in `package.json` as `"typings": "./index.d.ts"`. https://github.com/mzabriskie/axios With...
I have rewritten the typescript definitions for lunr based on v2.1.3 and submitted the pull request to DefinitelyTyped. https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19598 Once it's approved/merged and pushed to npm, typescript users should be...
@jbouzekri Definitely, you simply need to define the version of the `@types/lunr` package you're going to install. Looking at the current info, ``` npm info @types/lunr ``` The latest version...
@jbouzekri DefinitelyTyped is a repository for all external typescript typings, and the repository is automated to publish npm packages under the scope `@types` upon successful PR merges. The version/author/misc info...
@hdcos looks like the issue is resolved. Can you close this? :)
:+1: Any chance {file, Name, Path, ExtraHeaders} will be implemented and released soon? Not being able to name the file input field name seems like a missing critical feature. Meanwhile,...
Cool, that works, thanks for the quick reply! Nevertheless, I do hope the custom input name support will be added, as it is quite a common use case . Also,...
Without the lambda support, how do we get the one-index-per-language to work? https://www.algolia.com/doc/guides/search/multilingual-search#option-1-one-index-per-language
> In such case (because from what I understand each object has its own language)... Sorry, I wasn't specific in my original question. I'm using https://github.com/bithavoc/multilang-hstore and each object contains...
+1 a great feature to have :)