WorldSEnder

Results 117 comments of WorldSEnder

I've taken the liberty to push a merge of master and fix the clippy issues here. I think it's ready for review.

Another quick addition, in the same direction, would make the code-size comment collapsible.

We could lint the use of `` inside a `` without a `` inbetween.

I agree that changing the signature of `changed` is a simple change to the API that can probably be upgraded by a bit of regex matching. How many components actually...

> It exposes the fact that we use Rc for storing props. Before making the PR I didn't even realize that. Maybe this is something that can change in the...

Binary size change is small enough (and should be repeated with the nightly optimizations on, anyway). But I don't like the increased code complexity as much. I think it's fine...

> I'll try to wrap this up this week with something clean. I'm still learning the CI tools. The Cargo fmt issue I couldn't figure out what was causing it....

~~Does work on master, so we I think we'd have to find out which patch to back-port if we want to support this.~~ EDIT: The following works also with yew...

> Hi, interested in picking this up, which solution should be preferred? > > 1. Replace `Box` in scheduler with enum `Task` which would contain task kind, `Rc` and relevant...