Thayne McCombs
Thayne McCombs
``` print!("Input your guess: "); let guess = std::io::input()?; ``` This example actually illustrates why combining them is useful, because this simple example is actually incorrect. `print!` doesn't flush stdout,...
But what would this hypothetical trait look like for collection types? Would it by separated by whitespace, a comma, a newline? What would if the type can contain the separator...
Sure you could come up with some format for handling `Vec` and tuples in this new trait. But there isn't an obvious choice of what it should be. And different...
I'm not really sure what the value of this change is
Would it be feasible for opentofu to detect if there is an entry for registry.terraform.io in the lock file, and if there is, then request the matching version from registry.opentofu.org?
What would be the benefit of that over something like ``` unzip -l file.zip| grep ... ``` fd's parallelization wouldn't help that much, since the archive file has to be...
> Does this RFC address this issue raised by @withoutboats? I don't think it has that specific issue, because it has a different backwards compatibility issue that prevents you from...
> Are there use cases other than testing frameworks in mind? I can think of a few other use cases: - creating a new span in a tracing framework for...
You told fd to search the same path twice. I don't think it is entirely unreasonable that it did just that.
I don't think the benefit is worth the additional complexity and performance hit for the common case where this doesn't come up. Is there a use case for passing the...