Kevin Menard

Results 123 comments of Kevin Menard

I've run into a situation where the git repo is a mono repo of multiple Rust projects. Each project would benefit from setting its own pre-commit policy. As of now,...

I'm sorry for any confusion. I was laying out my use case to help illustrate the issue I'm encountering. FWIW, I've successfully used rusty-hook for a project with a simpler...

@calebcartwright Thanks. I've just opened #157 to continue the discussion over there. I am sorry for confusing matters in my last comment. Indeed, it is _.rusty-hook.toml_. I wasn't trying to...

@xvxx You probably already know this, but following the XDG convention would put the config in `$XDG_CONFIG_HOME`, which happens to default to `$HOME/.config`. I.e., hard-coding to `~/.config` is wrong on...

I find trying to pick dependency versions that satisfies everyone's dependency graph is hard. But, I'll note that CRA 3.3.0 now requires sass-loader 8.

Okay. That's helpful, but I still think having a short transition section in the docs would be helpful. Even reading that StackOverflow answer, it's not clear to me how variables...

Many use cases are ASCII-only. I think it's still valid to retain benchmarks for those situations. Ruby even provides `String#ascii_only?` to help guard such cases. As an addendum, every Ruby...

I just tried running this locally and the benchmark doesn't work with Ruby 2.7. It looks like you need to add `require 'delegate'`.

I'm confused by the issue. Are you looking to provide a pull request?

Pull requests are always appreciated. The problem with randomized data, of course, is that you don't get reproducible results. At the very least, the seed should be specified so results...