Philippe Vaucher
Philippe Vaucher
Fixed in [d837c7d](https://github.com/Silex/docker.el/commit/d837c7dfc6c5a949f19e9d673a4ac70b960d282e)
Just wanted to mention https://github.com/edvorg/req-package
Same problem here. A simple `Invoke-SSHCommandStream -Session $session -Command 'echo 1; echo 2; echo 3'` fails (only displays the 1). Wrapping in `sh -c` does not help.
I'm talking to a https://teltonika-networks.com/products/routers/rut241 device. Maybe it's a busybox issue or some issue with how the terminal is setup. I'll try to check the env/pty diffs with a normal...
Behavior wise, what happens with `-Command 'echo 1; sleep 3; echo 2; sleep 3; echo 3'` is that it immediatly prints the 1, then waits 6 seconds, then quits. The...
Here it is: ``` yaml --- en: user: cancel_account: cancel account mailer: confirmation_instructions: confirm_account: Confirm account message: Message welcome: Welcome sign_in: Sign in sign_out: Logout sign_up: Sign up user: User...
Can you elaborate on why it needs the file name at all? I mean, the first key in all of these files is the locale...
Ah, I see. Is there a way to tell `i18n-translate` which locale we are talking about? Something like `i18n-translate -l en user.yml user.po` would be nice.
Alright, I'll see if I can find some time to make a PR. Thanks for the infos.
@chrisk414: What does `C-h k C-S-` says? is it bound to anything?