ChesterYue

Results 4 issues of ChesterYue

清理本地缓存并重新加载 ![image](https://user-images.githubusercontent.com/8273263/129061815-940217d9-7b84-4973-8726-e1e164d1b8a4.png)

for this [issue](https://github.com/DjangoPeng/tensorflow-101/issues/3)

fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=261 "The file “XXXXX” couldn’t be opened using text encoding Unicode (UTF-8)." UserInfo={NSFilePath=/Users/XXXXX, NSStringEncoding=4}: file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-800.0.63/src/swift/stdlib/public/core/ErrorType.swift, line 178

Issue: #74 --- @kapalex 's pr: https://github.com/mokkabonna/inquirer-autocomplete-prompt/pull/122 (didn't merged by conflict) try to fix. But involved a bug: ```javascript this.rl.input.emit('keypress', '\b', { name: 'backspace' }); if (autoCompleted.includes(this.rl.line)) { this.rl.write(autoCompleted.replace(this.rl.line, ''));...