Jane Losare-Lusby
Jane Losare-Lusby
Hey, the problem here is with `color-eyre` not `eyre` itself IIRC. I've no objections to adding a note to `color-eyre` somewhere mentioning the potential footgun here, but it wouldn't make...
it's still lowkey maintained, tho I probably won't fix this myself, but if you wanna open a PR with your fix I'll happily review and merge it and push a...
> This might be intentional for docs.rs example? I think you're correct. I usually edit the lib.rs top level doc comment and then copy it back into the readme to...
> If we want to just to keep it in sync, `#![doc = include_str!("README.md")]` is easy, but it does not allow any customization IIUC. oh, yeah actually there's more difference...
> Shall we close the PR then? No, I think it's fine for now, we just may have to fix this again in the future if it accidentally get's reintroduced....
the point of that PR you linked is that this crate does nothing until it is merged unfortunately :/
> If we stabilize this as `std::assert_matches!()`, then we'll break a few crates. See #82913. I'm confused, how are these still being broken by `assert_matches` after https://github.com/rust-lang/rust/pull/87195?
> Issue (and kind of a resolution): > > 1. Logseq currently not active in memory > > 2. Open up Logseq on Android > > 3. Got to a...
> We weren’t entirely sure that this is what you meant by organizational capture. I think you got the gist of it. I was also wondering about the communities ability...
Right now we don't have any support displaying options like this. We do have something similar on `Path`/`PathBuf`, where we will call `display()` transparently in the background, so I wouldn't...