Caleb Cartwright
Caleb Cartwright
As it relates to rustfmt in general: rusty-hook isn't affiliated with rustfmt in any capacity, but I also do some work over on rustfmt so will share some rustfmt-specific info...
That sounds reasonable, thanks for reaching out with the suggestion! Due to the nature of the implementation and associated tradeoffs I don't think we'll be able to make this _infinitely_...
@nirvdrum - thanks for sharing, but what you're describing isn't related to the ask of this issue. I've provided an initial response below but if you'd like to continue on...
@nirvdrum please open a new issue if you'd like to continue the discussion because as noted previously it's not related to this one. It's not entirely clear what you're experiencing...
Thanks for reaching out. Could you answer two questions for us so that we have a better understanding of the circumstances and are better able to troubleshoot: * What's the...
Interesting :thinking:. The hook scripts will also perform bootstrapping if necessary, including the CLI which should have resulted in the executable existing under the cargo bin directory. Was there any...
That's a reasonable ask, thanks for the suggestion! I vaguely remember considering this during the initial implementation but it wasn't a high priority since it's relatively uncommon for folks to...
Working fine now in proxy-free environments. I'm debating how much time I should invest into attempting to make this script proxy proof, although having to tried to set this up...
Yeah that's the direction I'd started heading in as well, but ended up stepping back from it both due to some other priorities and because I'm increasingly reconsidering whether it...
Have been using Bats in other projects and loving it. It will require the incorporation of submodules to pull in things like the assertion library, and I've not had a...