Results 39 comments of Dian Fay
trafficstars

@nedbat matches are weighted by length, per https://github.com/cantino/mcfly/pull/103#issuecomment-720139246 Having been using it for a while myself I agree the balance could stand to shift further towards shorter matches. Easiest tweak...

With 0.5.10 just out the fuzzy experience should be dramatically improved. If you have MCFLY_FUZZY=true you'll start with a "fuzzy factor" of 2, or you can set the environment variable...

Congratulations to both of you! Detecting `MCFLY_LIGHT` and supplying alternate default colors turned out to be trivial, and would clear the way for #151 too -- updated.

Here's the rebase, for whenever's convenient! This version also prints a full-width cursor, but enough else changed over time in interface.rs that squashing was the better part of valor.

Updated! As for experimental features, you might need to update Rust? I'm not seeing that issue with 1.53 (and track_caller [has made it to stable](https://github.com/rust-lang/rust/pull/72445)).

I can replicate that with osx + zsh + ctrl-r -- in linux it's fine, in bash it's fine, running `mcfly search` works. Nothing jumps out at me in the...

Yes I would! Boolean options are preferable; `onConflictIgnore` and `onConflictUpdate`, maybe? I am actually in the middle of some reorganizing around statement generation so you may want to hold off...

@tamlyn I just merged the big statement refactor down, so you're good to go on this!

Massive doesn't have a "roadmap" as such. The goal has always been to cover ~90% of day-to-day database usage and make doing the remaining 10% with SQL as easy as...

There have not been any efforts in that direction on Massive, or, as far as I'm aware, the lower-level driver chain with pg-promise and node-pg. I'd be thrilled to have...