Tobias Bieniek
Tobias Bieniek
Awesome, thanks!
can you split the formatting and refactoring changes from the feature implementation? mixing everything in one commit/PR makes this quite hard to review đ
@scd31 is there a specification for this? do you have a reference/URL/something where I can read up on this?
Sorry, I no longer use this library myself so I can't help here đ
@fkling FWIW @dependabot supports subdirectories quite well :)
FWIW you can work around it like in https://github.com/rust-lang/crates.io/pull/4857/files, but it's obviously not a long-term solution
@svartalf I'm happy to help with maintenance of this project if you're currently busy with other stuff :)
in theory that sounds like a good idea, though in general I'm a little worried about it due to the other issues that peer dependencies have. one example is ESLint...
yes, but you might actually end up with several different versions if a subsubsubsubsubdependency misbehaves and has `eslint` as an actual dependency.
@quaertym true, but `yarn` and `npm` already do that, so I'm not sure where the benefit would be