R. Tyler Croy

Results 143 comments of R. Tyler Croy

I've got a sketch out of this right now, but this will need to be completed with #63

This code is the `os_pipe` using code that executes a subprocess and streams its stdout and stderr

@sladyn98 sorry for the delay, I've been incredibly busy with work lately and haven't had much time to work on Otto much less anything else :frowning: I think this should...

From the CNCF guideilnes, I haven't the slightest idea what inbound and outbound code actually mean, in any context :smile_cat: My suggestion would be to ensure that CDF projects are...

Hiya! To be honest this ticket was definitely created as a placeholder, I definitely need to define the interface a bit more in order for a contributor to take on....

@sladyn98 sure thing! While I lurk in `#otto` on [Freenode](https://freenode.net), the `##rust` channel is a great place to hang out as a beginner

Man pages should most definitely be created in [AsciiDoc](https://asciidoctor.org/docs/user-manual/#man-pages), here's an [example](https://github.com/asciidoctor/asciidoctor/tree/master/man)

I think `/etc/otto` should be conventionally used for configuration, under that should be an `otto.yml` and `projects.d`

I think this should be fairly straightforward to accomplish if the constructor receives Ruby logger object ``` c VALUE logger; /* get the :debug symbol for dispatch */ ID debug_sym...

@rwz this might be due to a zlib-dev dependency missing, I'm not entirely sure though. Do you know any more about the installed native libraries on the dyno?