Jonatan Nilsson
Jonatan Nilsson
Because of the removal of safer-buffer with #265 this might be auto fixed in the next version.
Just wanna follow this issue as I have a ton of yuv422 10bit source files to encode :)
could we have an input on this? I would like to know if I should try and maintain compatibility with current API or if I should just go at it...
@gpetrov I've actually cancelled working on a PR for this project that has over five thousand files and instead just oped to use micrsoft's own driver: node-sqlserver It's a single...
I didn't feel ignored. In fact I'm quite happy I don't have to do this since that would be a ton of work and node-sqlserver is already single-dependency with very...
that being said, plugin-based architecture for authentication is what makes most sense to me. Not everoyne is gonna be using SSPI and those using that might not use Azure and...
@laurisvan you might wanna check out node-sqlserver-v8: https://github.com/TimelordUK/node-sqlserver-v8 It does require ODBC drivers to be installed but if you can get that, then it's a much smaller package. And if...
Maybe removing this from the README is a good idea? ;) > It is intended to be a fairly slim implementation of the protocol, with not too much additional functionality.
I think I found the issue, it seems to be an issue with running the software in docker. Running it on the host machine keeps the connection stable.
I'm wondering if I should re-open this ticket cause the way the onConnection is working and reconnect is very wrong and triggers a lot of error in case there are...