feois
feois
Usually happens when I try to stage more than 20 files, and editor can no longer open the project until I manually commit
Fix the type inference (which causes compilation error for me). (This is my first pull request so tell me if I did anything wrong)
Add something like ```rust trait TapResult: Tap { fn tap_result(self, f: impl FnOnce(&Self) -> std::result::Result) -> std::result::Result { f(&self).map(|()| self) } fn tap_result_mut(mut self, f: impl FnOnce(&mut Self) -> std::result::Result)...
First of all, this plugin is cool af, thanks for making my life easier. I'm proposing a calculated column feature that produces an output based on other properties. IDK how...