monkeytype
monkeytype copied to clipboard
refactor(hints): improve readability of hints functions (@NadAlaba)
- Refactoring
joinOverlappingHints()solves the issue of hints joining when they correspond to letters of different lines, which was one of the issues #6636 was supposed to solve. - Also add a utility that debounces/locks async functions.