Results 42 comments of Wei

I write some code in #115 to enable user to get cursor position from within the completion code. Although I have not got the time to write an example of...

@antirez @shvechikov Hi, I also think without this ability the completion in the middle is diffcult to achieve. So I did a pull request in #115. But I have not...

See my pull request: https://github.com/antirez/linenoise/pull/116 It has been there for a while and no one is interested to merge that, see if that solves your problem.

I created that PR some time ago, I do not quite remember the details. At lease that change solves my problem. It seems the repo owner have not merged any...

It is a good idea in a sense that user do not have to hit TAB to loop all options in order to see them. But one thing is clearly...

You mentioned you can make use of file system permissions to do what? Is that possible to treat different Droppy users differently by utilizing filesystem permissions? One ad-hoc approach to...

I see, but if really I want to host a reasonable large directory hierarchy, the directory caching is so expensive and often times I have to refresh to let newly...

That is a great idea, maybe another approach would be just refreshing the cache by re-exploring most likely visited directories (e.g. recent visited and our guess on what is going...

I am not sure what is `pollingInterval` you are mentioning, what I am doing is that I disable the watch feature so that there is a refresh button (https://github.com/silverwind/droppy/issues/327) to...

My filesystem is ext4. I really wish Droppy can provide a way to disable cache, it really is the only one thing that makes me consider alternative easy but fast...