Jonathan Kelley

Results 175 comments of Jonathan Kelley

We should optimize for the case of cargo-bundle - and I'm not entirely sure how their resources system works.

Okay so cargo bundle is broken on windows.... Sounds like we have to fix cargo bundle first. Seems like people use cargo-wix for windows. Still not sure what it is...

This is so exciting!!!!!!!!!!

> This is an interesting issue to research. Its important to define 'good' performance and goals ahead: is it average or worst-case? > > I've traced the example projects and...

Thanks for this! I still am not terribly happy with the syntax in #257 and it's been crushed by merge conflicts up to this point :-) It's great to have...

I'm going to close this for now but feel free to open it up again and rebase it if you feel like. I'm going to see if we can take...

I think this makes sense and is totally reasonable. In the meantime you can tear about the children manually, at the expense of type safety. Three VNodes in an Element...

I'm not sure where you saw that you need to prefix the asset with `dioxus://index.html` but that's not necessary. Just include the path relative to your crate root. ```rust fn...

I think we want to adopt a more imperative API for configuring the window - I want to keep this open with the intention of keeping a WindowConfig struct.