SalHe Li

Results 2 issues of SalHe Li

https://github.com/SalHe/rustyline/blob/e001cab7a04c36f2a113ef465325feb4c0d77f7b/src/lib.rs#L707 `RawReader` has been created and dropped when finished `readline_edit`. `BufReader` has capacity 1024, so it might read more than `readline_edit` consumed (submitted when encouterred '\r'). For example, ``` 1...

invalid

Hi! I like Mesen very much. I have added LSP integration in script editor for type annotation and other support. Due to some restriction, I just reimplement the code completion...