高浩亮

Results 37 comments of 高浩亮

seems this duplicated to ~~#30~~. oops, it's #17

but, in my case, the error remains. i'm using the latest version e699886, so pardon me for reopening this

nope. i tried to dig into the code to reason it out, unfortunately failed; asked in neovim's matrix room and got no reply. as this issue has not received a...

i tried to fixes this keyError, but seems there is another edge case: `lua vs :lua` (though i had not figured out how hydra sets keymap for heads). the incremental_selection...

were you having `auto_open = true`?

thanks for the reply, i did not notice that. i looked it further, IMHO, the example in nim api doc is hard to understand, the lifetime of each task is...

i have heard about chronos some times and once again, finally i tried out it just now; it's amazing! all my doubts that occured during using std/asyncdispatch have been solved:...

by the way, i did not mention `LocalProtocolError` randomly, i got it's name from ```python try: packed_text = server.send(TextMessage(data="hello and welcome")) except LocalProtocolError: pass else: # raise AssertionError( # "The...

oh, i was talking to this [line](https://github.com/justinmk/vim-dirvish/blob/81b40878f286f370df2a2b3a52c4d860643d2142/autoload/dirvish.vim#L498) which was pointed out by seaseandewar.