Serhii Mudryk

Results 23 comments of Serhii Mudryk
trafficstars

In the current code base this is difficult to implement. Refactoring required. for me: can be use `os/exec`.`StderrPipe()`/`StdoutPipe()` instead of `CombinedOutput()`

Planned but unfortunately not quickly.

@thebiblelover7 unfortunately, not yet > do you have any other project suggestion that may have this working? it depends on your task, but maybe it will help you https://github.com/joewalnes/websocketd

Sorry, response may be delayed, we have a war, russia attacked my country.

Hi @AugustSaintFreytag, shell quoting is hard 🙂 for using var in-place you need single quotes, and for values with spaces you need double quotes, something like this: ``` shell2http -form...

Hi, if i understand correctly, `ImageJ-linux64` treats the passed argument as one. Please try to pass each argument in separated variable, e.g.: ``` ENTRYPOINT /app/shell2http -port 8083 -form /data '/opt/fiji/Fiji.app/ImageJ-linux64...

You can try using `nohup` command, like this: ``` shell2http /cmd 'nohup script.py & echo ok' ``` this will still block the http-request, but nevertheless your process will continue to...

Hi, sorry for delay. I want to keep the server as simple as possible, and not be tied to the features of the two launch systems (systemd and launchd). And...

This is interesting about inetd-style, where the socket is passed as stdin/stdout. I need to investigate this and try to make an experiment.

Thanks, it may be with delay, russia attacked my country