Jacob Finkelman
Jacob Finkelman
The goal is: - master is always using `cargo fmt` - no human ever needs to run that command to get CI to pass. Well the workflow I imagine is:...
Move to close?
I can help, but am new to the codebase and github-api. Guidance welcomed.
The actual PR Diff is likely to be small. Simply changing a `==` requirement to a `is_none() || ==`. Most of the change will be the additional tests. As with...
This would be very useful for a map that I and @superchad are making. How can we get some movement on it? Is this something we could contribute? If so,...
Thanks! I don't know the codebase well. Can you provide some pointers on where we would start? Or, what files do you think we will need to change?
Thanks for the pointers. We have found an alternative solution for our map, but I have spent some time on adding this anyway. `yarn build` did not work on my...
Catching Eric up on some of the context, Arlo and I discussed the questions from https://github.com/rust-lang/cargo/issues/10948#issuecomment-2112683333 at office hours on Thursday. Adding this API, exclusively for internal use, seemed like...
Some people can use crates.io admin privileges to magically move ownership for you if and only if you make it clear that you want it. If you explicitly state that...
> If the index file for the given ident doesn't exist, fall back by substituting underscores/hyphens in the name Is there a better way of doing this then [brute force](https://play.rust-lang.org/?gist=e80636aa31fd6422be0f4bb3c17ca275&version=stable&mode=debug&edition=2015)?...