John W Higgins

Results 13 comments of John W Higgins

Just to sum things up - I'll get the global default setup - push a new PR for facil.io for its pieces - and I'll remove the overkill sections. Thanks...

The last commit should fix all the concerns. I'm also offering up #111 which I believe may be a better option and ends up with cleaner developer code. As I...

Just wanted to add that, indeed, --send-pipe and --recv-pipe work for this concept. I used netcat but the following options worked for me - not an ssh connection in sight...

Thanks for taking a look. My use case completely missed that concept (I've got a single check box on a row so I didn't even think about that option). The...

Wouldn't `script.Exec("ssh my.corporate.server.com get uptime").Last().String()` do the trick for this particular example? I appreciate there may be other cases where the stderr issue arises - but for this one example...

Sounds perfectly reasonable. Updated...

'HashSums' isn't new functionality. It replaces SHA256Sums which is used for hashng files. You pass it a slice of file names and it will return the hash of each file....

I guess I'm just confused - it "replaces" the function in the same way HashSum replaces SHA256Sum - it allows one to select a different hash algorithm for the task...

I took the original commit, switched it to fgets and ran clang-format on the file on my branch here [1] - I'm never sure the best way to move this...

I'm not certain this is the purview of gocron. For example, I've needed to create a report on the 12th of each month - EXCEPT if the 12th was on...