bitspill
bitspill
> Just a note, you are not able to roll back to 3.30.30.30 if you update idrac to the latest versions now. 7.0.0.121 I believe breaks such a rollback. Did...
> > @smelis When would you be able to merge this PR it's so useful > > Hi, to be honest I thought it was already merged :) It's not...
> Could you please add a test to make sure we don't regress? Thanks I'm going through the tests now which previously used a pipe to stdin and thus failing...
@KAAtheWiseGit Since it was your comment about the public interface, do you have thoughts on the addition of `__presume_input_tty` in the Options struct? I don't see any dependents described at...
For now I've added an implementation for `Default` but held off on adding `non_exhaustive` as that results in a much more involved reworking to add a `new` function and/or some...
Greatly simplified the changes here after realizing I had read the man page incorrectly. It only skips the prompts while non-interactive _and_ `InteractiveMode.PromptProtected,` if either `-i/--interactive=always` or `-I/--interactive=once` is passed...
Squashed to a single commit, rebased, and manually adjusted the order of the std::io import to match CI expectations `use std::io::{IsTerminal, stdin};` vs `use std::io::{stdin, IsTerminal};`
Looks to me like `CICD / Build/SELinux (Pull_request)` experienced an unrelated (intermittent?) failure in `test_tail::test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same_size`, can we trigger the run again?
Looks like an intermittent `tail` failure again #3929 ``` thread 'test_tail::test_retry9' panicked at tests/by-util/test_tail.rs:1609:10: assertion failed: `(left == right)` Diff < left / right > : tail: 'parent_dir/watched_file' has become...