xliao

Results 50 comments of xliao

Thanks for your information, I've learned from your PR and improve my [project](https://github.com/suzaku/shonenjump).

If we implement autojump in a compiled language, we don't have to worry about this kind of issues. I've rewritten it in Go and have been using it for a...

> I meet this problem when I upgrade python3.8 to python3.9, so I just copy some autojump package in python3.8 to python3.9, and I solved this problem. > > ```shell...

This won't be the case if autojump is not implemented in a interpreted language like Python. So I've created a project to rewrite it in Go, you may want to...

@JohnAZoidberg If it's implemented in a compiled language like Go, we don't have to worry about the shebang lines. So I rewrote it in Go: https://github.com/suzaku/shonenjump

I have written a autojump (almost) clone in Go named [shonenjump](https://github.com/suzaku/shonenjump). I've fixed Fish shell support recently, you may want to give it a try.

@clarete I'm considering making the indexer configurable in the `Server` class. Then I can use a subclass of `Index`, storing the `storage` dict in `memcached`, which can be accessed across...

@clarete Maybe I'll also need a distributed lock to replace `RLock`.

@davies Can you share the benchmark script? Maybe we can try again with newer versions of Go and the library?