Charlie Sharpsteen
Charlie Sharpsteen
Running sums are another feature I'd love to see get an official release: #1254
I've submitted PR #274 which enables this.
Another aspect to this is that SSHD defaults to allowing a maximum of 10 starting SSH connections: https://man7.org/linux/man-pages/man5/sshd_config.5.html So, even if the task is fast or a semaphore is pushed...
This is still important. As it stands, `parallelize()` offers concurrency, but not efficiency as the runtime of a group of tasks is pegged to its slowest execution.
On another note, HighLine removed their JLine implementation in JEG2/highline@8a612537 (unfortunately, only released in the 2.0.0-pre gems). We've noticed that `require 'highline/import'` causes a call to `HighLine.new` which creates `jline.console.ConsoleReader`...
The JRuby issue was mitigated by PR #187 which re-factored the code so that loading the API required for decryption did not also load the troublesome CLI code. Updating to...
The real question is if 2.0 brought any breaking changes that would affect the CLI usage of hiera-eyaml. So, someone needs to try bumping the dependency to 2.0 and then...
This appears to be caused by brianmario/yajl-ruby@fa3c9a6 which set the visibility of libyajl symbols to hidden. This means that heap_dump can't compile against yajl-ruby 1.2.0 or newer.
This looks like it provides the requested abstraction from SLF4J via the MDCAdapter class. @ceki Anything else that needs to be done on this PR? The ability to use MDC...
Test failures appear to be unrelated, likely fixed by PR #283.