Matilde Morrone

Results 28 issues of Matilde Morrone

Currently most of the code live in the `lib.rs` file. The file has reached almost 700 lines which can make it a bit confusing to navigate. I think it might...

Currently camino's Utf8PathBuf is used in the metadata object instead of the standard library PathBuf. However it seems rather strict to only allow utf8 paths since some more esoteric operating...

As I already said in #193 I don't feel like camino is necessary however there might people that relay/need this kind of behavior so I made it an optional dependency...

This pull request adds support for the unstable cargo feature `--unit-graph`. Currently this is just a draft since a lot still needs to be added before it's ready to merge:...

The current doc comments in the structs seem rather arbitrary and sometimes unhelpful, it might be a good idea to copy/adapt the comments on the official docs found [here](https://doc.rust-lang.org/cargo/commands/cargo-metadata.html#output-format)

Related to [bevyengin/bevy#1062](https://github.com/bevyengine/bevy/issues/1062) Since lld comes with some tradeoff it seems oportune to add a warning (maybe it should say disclaimer?) in the setup section. I also don't have proper...

A-Book
C-Usability

When flattening an enum the values aren't discared and they get deserialized twice. Here is a reproducible example: ```rust use serde::Deserialize; use serde_json::Value; #[derive(Debug, Deserialize)] struct Parsed { name: String,...

Right now the only const types are generc AUDIO and VIDEO, it would be nice having support for more specific types e.g. video/mp4, audio/mp4, audio/webm

## Describe the Feature An official template for monorepo configs should be provided ## Possible Implementations While react-native cli already supports monorepo they have to be configured manually to work,...

feature request

The project was using some outdated dependencies, I create a draft pull request (#22) that updates every dependency expect cssparser. There are no breaking changes but the cssparser update is...