Matthieu Rakotojaona

Results 47 comments of Matthieu Rakotojaona

> I have often wished for the poll script to just cancel after a quick check of whether the internet connection is up. This would probably be a matter of...

Hey @CaptainQuirk ! `sup` is supposed to be used with a single instance, and there's no way to switch to the first opened session if you start it again. A...

[filemagic](https://rubygems.org/gems/ruby-filemagic) seems to be active, in fact there was a pre release yesterday. However I'm wary of depending on non-ruby stuff. I tried with mime-types 2.4.3, it didn't recognize the...

The problem here is that drafts are saved on disk as well. A possible solution would be to create a directory next to the email (named, say, `/tmp/sup.replymode20150113-12345-abcdefg.eml.attachments` to refer...

Is there something preventing this one to be merged ? I'm also maintaining my own version locally to have more accurate results, I'd like to see it upstream so everyone...

By "parameter expansion", do you mean prefilling the parameters ?

At first I only thought about extending `ut_gittorrent` for a client to ask for `want` and send its list of `have`s, but you're right, there should be a way to...

Counter-argument regarding determinicity as mentioned in [the HN thread](https://news.ycombinator.com/item?id=9629728): having a fetcher send the same `want` and `have` to everyone and each sender compute a pack object with those should...

If a fetcher sends its `want` and its `have`s to all senders (as I was thinking in the first place), it's going to be the same for everyone, the only...

I've done some work about this in my branch : `https://github.com/rakoo/heliotrope/tree/filter` It manages every thread that is searchable, but the looping is done on the client.