Sam Stuewe
Sam Stuewe
The only thing I can think of off the top of my head would be using it in a status tray. Consider the following pseudo-code: ``` case "$(shaman -q -l'Saint...
Okay, I have added a preliminary `-q|--quiet` flag that sets the return code to a value which is interpretable by use of the man page. Moving forward, I am planning...
The `--verbose` flag(s) are essentially debug flags. I would not mind changing it to that. But, `--quiet` is really meant for use in scripts (by manipulating the status code).
I will look into this in more depth and see if I can reproduce it. Can you tell me how you invoked `shaman` and some basic details of your system?...
Absolutely. And it could be done right away. The only thing holding back the next release would be fixing `stdin` pasting / removing the now-deprecated `curl_form` interface in favor of...
CC @ayeshaali
It's not an unheard-of idiom. But, I've never found it well-structured from a separation-of-concerns perspective (seems odd to me that the logger should really be able to control whether execution...
I've not yet addressed Anders's suggestion. Hoping to test that later this week.
@anders94 I did some initial (read: *not* thorough) testing reducing the validation-thread-count in the coordinators/shards by 1, and see negligible difference (if anything slightly higher latency / lower throughput); but...