joniba

Results 8 comments of joniba

Thanks, that does indeed prevent the error. However, this has made me feel sufficiently unsafe that I wrapped jsftp with a nodejs domain. My ftp urls are configured by external...

This is not only about username or password. If you provide an invalid ftp url, or the ftp site is down, this library explodes. The call to jsftp.upload does not...

Hi @ellenaua , yarn's resolution is not the problem, it is static and it is legitimate for an application to have multiple different versions of the same package. The problem...

Hi @ellenaua, it is not possible in node.js to reference multiple versions of the same package in the same project. The only thing that is supported is when the project's...

Yes of course. But I'm not clear on if/where/how I should be configuring the GoogleStrategy in my code...?

I created a sample to replicate this error here: https://github.com/joniba/test-sails-auth This sample was created by running the following commands (windows 7): > sails generate new test-sails-passport > cd new test-sails-passport...

Tried to reproduce this in a test with mongodb 3.2 without success. Although attempting to upgrade mongoose-materialized's mongoose library to the latest version caused most of the tests to fail....

Hi there, thanks for this tool! I am also getting the error posted in the question. I tried running the steps manually. The first step fails: ``` $ "$VBOX_MSI_INSTALL_PATH/vboxmanage" sharedfolder...