Using #Discord as a forum is a weird experience. Even trying to view this feels overly .. crowded? And search seems overloaded with searching in channels, people - like a "omni-search" that's more likely to give something _I don't need_ versus actionable info.
That said, I'll repost my question from there here for any #Rust eagle-eyed folks.
I'm getting a case of "not general enough" when attempting to use their macro to define a command with Tauri. I've pasted the output and code in question here: https://paste.ubuntu.com/p/4KyvJ2W58r/
So after doing a quick refresher on `git bisect`, I found the (potential) culprit. This was this change. https://git.sr.ht/~jacky/shock/commit/1eb4731f769c484d80116bf5ac4277a99f09d4bc
So examining the docs for `chunks` at https://docs.rs/futures/latest/futures/prelude/stream/trait.StreamExt.html#method.chunks and source gives me no indicator as to _why_ removing this would have my code compile.
This does produce another whack-a-mole moment but that's fixable.