John Dunning
John Dunning
> What's currently done today in the scoreKey field if there are multiple matches with the same score? The first key in the `keys` array wins, so maybe the same...
Is the issue searching speed or just having too many results? By default, items with 0-scores are not included in the results list, so non-matches shouldn't be returned. If you...
Thanks for the feedback. The original Quicksilver algorithm that QuickScore is based on always required an exact, in-order match, even if the matches were widely spaced. While allowing for typos...
The original Quicksilver scoring algorithm was intended to make it easy to launch apps or commands using just a few letters. So matches on capital letters or letters after spaces...
Apologies for the slow response. You're right, the documentation is ambiguous. The entry for `minimumScore` says *An optional value that specifies the minimum score an item must have to appear...
This makes the OOBE for a basic, unreleased JS project not so great. I'm still struggling with token errors, but I see in the logs that it wants to start...
I'm just using `|` instead of `|-` to start the multiline string, which seems to work fine. Seems like this and the duplicate #229 can be closed as already working.
With v1.2.1 of the legend module, I also see this warning: > WARNING in ./node_modules/@watergis/mapbox-gl-legend/dist/legend-control.js > Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): > Failed to parse source map from 'C:\ ... \node_modules\@watergis\mapbox-gl-legend\lib\legend-control....
I could make the timeout longer, or add an option to tweak it. Whatever the default is, it'll be too slow for some, too fast for others. There's unfortunately no...
@JJ-Author there isn't a custom timeout yet. If you're interested, I can let you know how to try out the solution I was mentioning above on this branch: https://github.com/fwextensions/QuicKey/tree/feature/2022/popup-window-ui