Alex Arwine
Alex Arwine
> I'm leaning towards removing committed and always emitting the latest commit from all open PR's, which is what I believe the old resource did. Just want to clarify that...
Thank you for the clarification, I'm unsure how I missed the default catch for the nil cases. This has been added. One other concern I had was with the console...
FWIW, I've forked rancher/catalog-dockerfiles and made the updates required to build logspout and ship to ELK (es2.0) It seems to be working in my environment; but I didn't dig into...
I will work to rebase this with modern changes; but depending on any decision in https://github.com/uber-go/zap/issues/1373 we may try to send the entire stack object into the function instead of...
Here's an example of it's usage, that allows the caller to configure signals to stop the process ```package main import ( "context" "fmt" videoserver "github.com/LdDl/video-server" "os" "os/signal" "providence/routes" ) func...