Nico Burns

Results 613 comments of Nico Burns

This PR (https://github.com/DioxusLabs/taffy/pull/202) changes `children()` to return `&[Node]` (and also abstracts storage behind a trait so that you can provide your own if you so wish). Would that be acceptable...

You might want to consider adding more layout modes. Two Rust libraries for layout that already exist: - (Taffy)[https://github.com/DioxusLabs/taffy] which implements flexbox, and is planning to implement more layout algorithms...

If flow layout is being added, then could grid layout also be considered? It's absolutely ideal for app layouts, and in many ways is a much simpler model than flexbox.

Tooling section added. Leaving this issue open for people to add more tool suggestions.

Hmm... yes, good point. I've added custom links (mostly to github repos) specifically to this section. This automatically suppresses the doc links.

> I would probably not mention cargo-outdated, which has limited utility once you use cargo upgrade My workflow is similar to pacak's: I upgrade semver compatible versions using a simple...

Agreed that the `uuid` crate should remain the first recommendation. Especially as the new v6/v7/v8 UUIDs cover pretty much the same use case as ULIDs. https://github.com/uuid-rs/uuid/issues/523

I rather agree with your analysis. But I'm not quite sure how they should be presented. Do you think they should just be omitted entirely? For now I've stuck them...

While I largely agree with your takes, I think I would like for the most part to keep this guide opinionated about the best implementation of a given algorithm or...

Having said that, is anyone aware of a higher-level symmetric encryption library in Rust? We could certainly also point people to that if there's a good one.