Arif Widi Nugroho

Results 17 comments of Arif Widi Nugroho

Yeah, firefox seems to support everything needed to run this extension. It even has `tabs.discard()` api like chrome. I'm using firefox daily now and starting to see the needs to...

Latest version is v2.0.3 pushed a few weeks ago. If you're on v2.0.3, then you're already using the latest version.

Actually I'm still working on the Firefox version. There are some issues related to the background scripts that need to be fixed first in order to get the extension working...

You're right. Perhaps there is a bug in the tree traversing code as 'hello' is already in the dictionary. I'll take a look at this. Thanks for noticing this :)

Thanks, but that would add partial words to the list such as `helln` (a partial of `hellnes`) when you attempt to type `hello`. I pushed a fix and added 'w'...

About ignoring partial words, that's the decision I took when start tinkering with this small side projects. You're right about the tree parsing not optimised. I used the code from...

No problem. Thanks for pointing out that the prediction algorithm is actually suck :) I probably should rewrite it when things settled down. The thing that I really want to...