Benjamin Bouvier
Benjamin Bouvier
Does it work with `--with-metadata`? This crate exposes a different name internally: https://github.com/ThomasdenH/iban_validate/blob/master/iban_validate/Cargo.toml#L19
Do you mean that analyzing the project causes an error, or that `cargo-machete` doesn't mark the dependency as unused? If the former, can you provide a minimal repro/test case please?
Thanks for opening an issue! For background: the `--ignore-target` option was introduced as a minimal way to ignore directories, so instead we could just use a plain list of directories...
> > allow to hide specific content from the video search system (maybe it's already there?) > >Instance administrators choose if they want to hide NSFW videos by default or...
> I think it’s quite easy to tweak your editor to catch these no-break spaces, and after a few weeks it’s very unlikely you’ll hit no-break spaces unintentionally… but I...
As a SDK implementer, I am *super* interested in this proposal, as it could be useful for other purposes too, in addition to making computing the unread badges very simple....
It's a bit useless to have a builder pattern if we're passing all the parameters all the time. Instead, we could make it so, for the FFI layer, that all...
I think it'd be fine in the FFI layer, in replacement of, or in addition to, the existing `ClientBuilder` in bindings. We're not removing the `ClientBuilder` in the SDK crate...
So I've looked into this a bit: - UniFFI doesn't allow to return `&Self` or take a `Self` argument by ownership, so we can't use a real Rust builder pattern...
Reopening: #3131 was a quick workaround, but it's still not possible to set it.