Jonathan Johnson
Jonathan Johnson
> Interesting, so it comes down to what's is the more common use: Observe all values, or all but the first? Probably not very common. In fact, the lack of...
Turns out the `DebugWindow` relies on this in a subtle way :laughing: I did the suggested change and even noted I didn't add a for_each_subesquent to the `ForEach`. The problem...
There's still a little more macro work to make `ForEachCloned::for_each_subsequent_cloned`, there was something tricky about the macro that implements the trait that I needed to revisit.
Nevermind, apparently this was completely implemented at some point. While the previously mentioned method does not exist, it doesn't exist on Source either, so it's not missing functionality from what...
Looking forward to chatting, just wanted to jot down a few thoughts I've had since last night. I didn't do a good job at expressing what I would like as...
I can't tell the difference between a rejection and a disconnection. That's my problem -- I want to present a VersionMismatch error, but I can't differentiate.
I only just now realized that I was conflating two things -- I saw the type() interface and thought that was how I was supposed to do versioning -- I...
I agree that this is an issue -- #242 was another PR related to trying to address this issue. I'm not currently sure what I think the right direction is....
Thank you for reporting this, I can confirm I can reproduce this and it still exists in the current main branch. I'll look into getting it fixed soon!
Wow, this was a complicated problem to track down. This is actually caused by how `Label` by default handles being laid out in areas that are too small for its...