Ayan Banerjee

Results 8 comments of Ayan Banerjee

> `func` instead of `Func` in all occurrences. yes that is something that needs to be fixed. I have fixed in many places but don't have time to fix them...

> I will PR the fixes when this PR will be merged. Also did you translated by hand? No its machine translated with google. Thus the errors and typos :P

> @Ayanrocks If you used Google Translate then that could be done by anyone even I could have because I wanted it but I didn't do it because there will...

Book translated. Although need some grammer fix and some code fix. #480

Yes, this should b fixed. If you're releasing v4 beta at least add docs to it. It's been 8 months since it's release and I'm having trouble implementing it

Any updates to this recursive watcher implementation.

> you might be able to just this here > > ```rust > let offset = offset.min(last.0.start).min(last.0.end); > ``` > > ```rust > let mut results = working_set > .find_commands_by_predicate(filter_predicate,...

> Would it be possible to add a test for it? We already have some tests for completions. Ok But can you guide me on how to add a test...