Dan Zwell

Results 27 comments of Dan Zwell

How would you suggest weighting the choices if one is accessed more frequently or was accessed more recently, while the other is shorter? (It might help to read up on...

I agree, though I'd want to use it for a while to see if it works. I occasionally include word boundaries in searches as a way to make it more...

I realized if exact matches are favored, "/mnt/c/any/path" will highly match "c", and I bet there are plenty of people that like to use one letter shortcuts. I'm not sure...

I like the "last component must match" more as a tie breaker than a filter. Because as a filter it breaks the use case of repeating a command with another...

I'm not the one that reported this, but in my case: yes, my administrator account is different than the main user account. Reopening as admin works and is properly detected...

The `tag` subcommand doesn't fully handle symlinked directories. In my test case, $HOME/Downloads is a symlink to "/mnt/d/Users/user/Downloads". Opening $HOME/Downloads and tagging a file gives a different result depending on...

What I brought up has a really easy fix. In fact I fixed it locally. Let me clean it up and make a PR tomorrow.

Done. Though I don't like changing the path separator, the code is short this way, and that's ideal because writing lua modules or shared functions for recent versions of mpv...

@bgrainger The benefit I see is that `DELIMITER` doesn't work within `MySqlCommand`. The workaround is to break compound command into separate `MySqlCommand` invocations, but that won't work in cases where...

@jonathanstowe Wow, with such a serious explanation, it's a wonder it sometimes works! (And yes, it does sometimes work to define database handles at the top level in a module....