Results 435 issues of Dessalines

enhancement

- So now "messages" from any chat are pushed

enhancement

I noticed other dht indexers have this, is this available here? When there are 20 torrents of the same thing, I need to know which one is most seeded.

enhancement

I've found an issue when using multiple parameters, the ordering is incorrect and random. Rust: `&lang.notification_post_reply_body(&person.name, &comment.content, &inbox_link)` JSON: `"notification_post_reply_body": "Post reply{username} - {comment_text}inbox",` Yet when I do a hover...

enhancement

I'm trying to us fzf to cd around, but find that I have to close it out every time I want to go to a parent directory. Is this possible?

``` panic: listen udp4 192.168.50.68:6881: bind: cannot assign requested address goroutine 1 [running]: main.(*torsniff).run(0xc4200761e0) /Users/iTorm/go/src/github.com/fanpei91/torsniff/torsniff.go:170 +0x189 main.main.func1(0xc42009c000, 0xc420076190, 0x0, 0x5, 0x0, 0x0) /Users/iTorm/go/src/github.com/fanpei91/torsniff/torsniff.go:278 +0x304 github.com/fanpei91/torsniff/vendor/github.com/spf13/cobra.(*Command).execute(0xc42009c000, 0xc42007a010, 0x5, 0x5, 0xc42009c000, 0xc42007a010)...

How this works: - You view a post. - It calls `GetComments`, and sets a field on a new table, `PersonPostAggregates`, to the comment count. - The PostView now has...