tsd icon indicating copy to clipboard operation
tsd copied to clipboard

tsd query --date can't handle that much results

Open lgrignon opened this issue 10 years ago • 0 comments

It seems impossible to use both global wildcard and date filter in query:

λ tsd query * --date ">=2015-09-01" [ERR!] cwd : P:\PROJECTS.JSweet\jsweet-def-translators [ERR!] os : Windows_NT 6.1.7601 [ERR!] argv : "node" "C:\Users\shae\AppData\Roaming\npm\node_modules\tsd\build\cli.js" "query" "*" "--date" ">=2015-09-01" [ERR!] node : v0.10.18 [ERR!] tsd : 0.6.4 [ERR!] Error: match count 1344 over api limit 2 [ERR!] CODE : undefined [ERR!] match count 1344 over api limit 2 [ERR!] If you need help, you may report this error at: https://github.com/DefinitelyTyped/tsd/issues

lgrignon avatar Sep 05 '15 11:09 lgrignon