Wooster
Wooster
This has been addressed in #13417. The solution is to pass a fixed-size integer type to `shuffleWithIndex` and `enumValueWithIndex`.
I can rebase and resolve the conflicts if my conclusion above is agreed to. Otherwise, feel free to close.
So I'm in a situation right now where I would really like to turn off progress output but leave on color. I cannot find any way to do this. This...
You can find my implementation here btw: https://github.com/r00ster91/wool/blob/786b45fff5f0a5c9106a907b5036a2041906fdb7/examples/backends/terminal/src/main.zig#L234
Adding this can be used to fix https://github.com/ziglang/zig/issues/20266
See also #14926 which is more or less a duplicate of this but is a bit more detailed on the syntax and has some discussion too.
tests pass
I know this might not be the final solution but it's at least something or better than what we have now? It adds a test and it adds logic. This...
 Well that is a lot nicer.