Alberto Suarez C.

Results 12 comments of Alberto Suarez C.

do you know if such config would work on a windows machine? thanks

@bestit-ewieser thanks mate! :) If windows filesystem, all you need to is `-v C:\\Users\\[username]\\.ssh:/root/.ssh:ro` However, I got another error after trying to use the ssh keys: ``` @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING:...

Same issue here. Also, new version of pnp-powershell present issues with the **new-pnpSite** ... it takes ages to complete

updating the current pnp-powershell version may help

yep its a bit odd. I update the env variables following the `dotenv` approach. This means, I have a `.env.test` file, with a bunch of variables... ![imagen](https://user-images.githubusercontent.com/2032683/127996872-fccfacf7-de60-43c9-8157-0fba887b8371.png) All of them...

I think It could be good to remove those defualt values. They may be fine in most of the cases, however, you may have some integration or end2end test in...

> > > Ah. Looks like `jest-dynalite` is setting these variables, and `dotenv` won't overwrite variable which are already set (I didn't know this): https://github.com/motdotla/dotenv/blob/master/lib/main.js#L104 didnt know either, thanks for...

thanks mate! this was really helpful for me :9

Thanks @reifnotreef ! your workaround worked for me 👍

just some heads up here, wondering if there is anything else needed for merge, thanks @sigveio