kixorz
kixorz
Is this process now completed? If so, can you perhaps consider deleting this repository?
Extra parsing option would work!
This would be a fantastic feature for load-balanced environments! Are you planning to implement it soon?
I'd say that both of these things should be implemented by the app, not by the module. Messages may arrive out-of-order and the app should deal with this gracefully. I...
Not always you have control over where user gets connected to - the load balancer decides.
Thanks for your comment. I agree on the first point. On the second point I think it's some Powershell design decision. I have considered a change that wouldn't require a...
Thanks for the suggestion and confirmation of my thoughts around changing `-N`. I already went through testing various workarounds, including the one you're suggesting: ```powershell Start-Process -FilePath "C:\Program Files\OpenSSH\ssh-keygen.exe" -ArgumentList...
This would be a great feature. Do you have any plans to implement it?
`without_autocommit` is a private method. How does one use it with `Zippy.create`? Can you be more specific?