Brice Figureau
Brice Figureau
@pulse00 I've found the issue now. A change in nginx 1.3.9 made that the number of bytes that rest to be uploaded is not updated anymore by nginx unless nginx...
BTW @pulse00, what you are seeing is issue #36.
Your PR proposes an incompatible change with respect to `WINRS_NOPROFILE` and `WINRS_CONSOLEMODE_STDIN`. I would favor those to be injected into the request instead of being changed for every command. You...
> but nothing seems the set `c.id=""`. Yes that doesn't seem great :) Would you mind writing a test that exhibit the problem, because I fear we're going to have...
I think we solved this around July 2015, feel free to reopen if you still see the problem.
Thanks for the idea. Unfortunately I'm afraid this won't work on Windows (I can be wrong I didn't check), and I know some of the users of this tool are...
Hi I'm completely open to add a testing system. I just need to think about how to do it, I'm also open to contributions :-) Thanks for your interest in...
Your example looks perfect. So if I understood correctly your idea, you'd use the real winrm client implementation and just implement a 'mock' winrm server (presumably based on httptest) in...
@dylanmei it's terrific! Ship it when you think it's ready, then we'll see how we can build on top of it for more features.
@dylanmei, that looks good to me. There's a few things we should do/add: - stdin support - dynamic ids, so that we can support several shell/commands in parallel (this is...