Nathan Woltman
Nathan Woltman
Hey @grylem, that sounds like a pretty good feature to have. I've got a lot of other work on my plate at the moment so I'm not sure when I'll...
Hi @hdehal! I'm glad you think the tool is awesome 😄. Unfortunately it is only designed to convert files in one direction, so it can't convert VTT files to SRT.
I updated the changes so that the custom `queryFormat` function is always called, but `SqlString.format` is only called when needed. I also added benchmark results to the PR description. Just...
I'm looking into addressing performance inside `SqlString.format` in a separate PR, but this PR still has merit. After running a benchmark, I was actually surprised to see that there is...
Oh wow, I didn't think people would overwrite `SqlString.format` :confused: But if that's the case I'm totally fine with holding off on this until v3.0 :+1: And I'll have a...
@drwharris From my end, I don't plan on updating this PR. For my own work, I'm going to be switching to [`mysql2`](https://www.npmjs.com/package/mysql2), which supports MySQL 8's new default authentication protocol...
@alexanderankin My fork is just for contributing to this repo. It's not something I intend to publish. If you want full MySQL 8 support, I'm pretty sure that [mysql2](https://www.npmjs.com/package/mysql2) supports...
I have the same problem. Perhaps there could be an option to use an AST for those who need it? I'd rather have this plugin be slower than not work...
The conversion is 100% local. This software does not connect to the Internet in any way.
Hi @dalisoft, I'm glad you're finding the module useful. The `default` option simply isn't implemented. If you wanted to you could try implementing it, but adding that feature comes with...