Eric Huss
Eric Huss
@rustbot author I think @Muscraft indicated he could add some kind of symlink to the first test. There's also the docs to be updated.
@Muscraft Is this ready?
Thanks for the report! I have opened a fix at https://github.com/rust-lang/git2-rs/pull/1141.
Yea, I tested it. It will now fail to compile because of the lifetimes. You'll need to copy the buffers if you want it to outlive the `Patch`, or change...
"can't find crate for..." proc-macro crates when the crate is clearly present and is passed to rustc
@midnightveil That's normal. rustc does not implicitly have a search path for transitive dependencies. You'll need to add `-L build` for it to find them.
Can you say more about why this change would be added? What would it be used for? Similar to my comment in #1066, adding a public dependency has a pretty...
For context, the original version of this used SVG. However, it was switched to canvas due to severe rendering performance problems on some systems and browsers. Has this been thoroughly...
> Any chance to recall those legacy systems and browsers? It was probably a 2018-era Intel integrated UHD Graphics 630 or AMD Radeon Pro 560X with an Intel Core i7...
> I don't actually think we have mdbook here? So this is just a file afaict. Sorry, I could have sworn this PR was on the forge. 😊 Is the...
If this is going to be project policy, I think we'll need to announce the intention/FCP in a more public way. (As an aside, @Mark-Simulacrum have you had a chance...