Marco Ieni

Results 396 comments of Marco Ieni

I am also using this package as a library, this is how I am using it at the moment. I am copy pasting since the repository is still private: ```rust...

I just realized this code has a problem: be aware that `temp_dir` is deleted after the function `download_crates` is done, so you can't the crate from disk once you downloaded...

Sorry but I don't have a lot of time in this period. If someone else wants to work on this, feel free :)

> cc @MarcoIeni @Kr1ss-XD any thoughts here? I am not an heavy delta user, so I don't have any particular opinion about this, but I will keep this discussion in...

Sorry, I don't understand, can you provide an example or something like that, please? :)

> Isn't web frameworks doing this? Is this really an anti-pattern? In the "advantages" section it is mentioned

We can take a lot from the official documentation: https://doc.rust-lang.org/std/panic/fn.catch_unwind.html

By default it expects the style to be consistent, see [this](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004---unordered-list-style) Since there is a `+` on line 66 it expects that all the lists follow that.

Do you mean `cargo new`, right? We could cover the use of `mod.rs`, because if I remember correctly the rust book doesn't cover that

Should this be an idiom?