Dominic Ward
Dominic Ward
Do we really need to ship a `rename` alias? There are cross-platform implementations out there, e.g. [brename](https://github.com/shenwei356/brename). Perhaps a xontrib might be more appropriate? Any how, what about wrapping [`re.sub`](https://docs.python.org/3/library/re.html#re.sub),...
[Initial xontrib draft](https://github.com/deeuu/xontrib-srename), comments welcome.
@jnoortheen Still interested in this? I'd be happy to collaborate on such a feature!
> 'fzf for xonsh's auto-completion Would you mind pointing me to your work on this? I also have a small fuzzy-tab completer `xontrib` (just routes optional completions to a user-defined...
+1 for Browser for file/directory (I'd love to try Elements for desktop applications at work, and very much need this) Keep up the good work!
@craftzdog are prebuilt DBs supported, e.g. as demonstrated [On this post](https://pouchdb.com/2016/04/28/prebuilt-databases-with-pouchdb.html)? Thanks for the great work!
Neovim sessions are not recovered at all for me...just an empty shell with the correct working directory (where neovim was previously open).
Hey, I also ran into this issue (empty password doesn't work with MYSQL provider). I think the fix is as easy replacing [this](https://github.com/joereynolds/SQHell.vim/blob/master/autoload/mysql.vim#L3) with: ``` let l:password = '--password=' ....
Hi both, Ideally, it would be good to have a 'loudness checker' which finds the minimum LUFS value across the entire audio and uses this to determine the gain for...
Hi Nick, > So every audio frame is reduced to match the minimum frame? That would work I suppose I meant the minimum integrated loudness across all files. If the...