Deleted user

Results 142131 comments of Deleted user

Here is mine https://gist.github.com/2909617

Here's @rjbrown99's : https://github.com/wimleers/fileconveyor/issues/2#issuecomment-64567

Thanks @jonathanbeebe

i guess bundler is newer than the used bundler version for the latest release. in 1 year bundler has developed further while bowline sadly has not.

indeed it is. but there are alternatives around. https://github.com/phonegap/phonegap or the fork of phonegap https://github.com/maccman/macgap

enable NLA parametr (/sec:nla) solves the problem

@anciaco `def rdplogin(self, ip, user, password, port): rdp_cmd = "%s /v:%s /port:%s /u:%s /p:%s /cert-ignore /sec:nla +auth-only" % ( self.xfreerdp_path, ip, port, user, password)`

The travis-ci tests try to build v4 of node, so I don't think that bumping it up to 7.6 is going to be a good idea. I'm only using 6.10.2...

Although, it installed on my version of node (6.10.2) so maybe you can use koa, just not the async. on [https://www.npmjs.com/package/koa](https://www.npmjs.com/package/koa) it says that you can use either the async...