vorakl

Results 18 comments of vorakl

Hi @justinmayer, I've just noticed there was a conflict in .gitmodules I fixed it! It would be great if you could take a look at my theme. If there is...

The logic of choosing a direction is not quite clear. Upload/download are kinda obvious, but these are just names. And the content is also pretty straightforward, although, the mechanism that...

Another and also not quite clear thing is the priority. For example, in case of a download, it first needs for run the label's commands, all commands and then, if...

I've just got the idea, what if in a local execution block { } or in some new instruction, just open a back channel (temporary) with port forwarding, then run...

Let me think/experiment a bit and I'll get back to you soon.

@eradman , I noticed that tests fail in this PR. Don't you experience the same issue? ``` 0.105: Capture and log stdout/stderr for two workers test_rset_worker.rb:30:in `eq': "Worker environment variables"...

@eradman, I initially thought to quickly create a PoC based on the local execution, but it turned out that it runs before an ssh connection is established and I can't...

> or perhaps it depends on locale settings. It seems, that was the reason. I already have these variables defined in my environment, and that defines the order. So the...

> The main difficulty on the control side is how to start up a process ``` _listener_start: { timeout -k 2 86400 nc -lp 4444 2> /dev/null | tar -f...

> any output is prepended to the script itself, Yeah, I didn't think about that behavior... ;( I really like the idea to add BEGIN{} , END{} That's pretty cool!...