Alex Sergeyev

Results 55 comments of Alex Sergeyev

Thanks! Any chance you can look at memory in system in the beginning and few hours into script running?

It seem to happen occasionally from random errors people posted here since your message. I'll patch. Thanks and sorry for very long reaction time :)

What do you mean? filter-like `-log=connection,env,signal` or actual template-string for log lines?

I'd wonder if anyone would share what they want from logging? Because we might change it to something that you might not like :)

https://github.com/sirupsen/logrus is something to consider probably (as inspiration, not as extra dependency)

I'd say you should be careful with `hostname -I`; at least I assume you've read: ``` --address=ADDRESS Address to bind to (multiple options allowed) Use square brackets to specify IPv6...

wouldn't `./script && websocketd [OPTS] ./script` work for your usecase?

Here is small migration from count.html to greeter.html that would work with greeter examples: https://gist.github.com/asergeyev/a33f0f595ff551a5b8d3 Your multi-line output is tiny bit different, it might require appending to some HTML element...

ha :) @joewalnes if we would allow this kind of syntax it could solve demuxing problem once and for all. But that causes need for flag that would be incompatible...

we're way off topic here but, Nope your suggestion with mkfifo would not work since each new cat would steal data from previous one, you could not make them concurrent.