mozbugbox
mozbugbox
To add an url into webkit history, the url need to be loaded by `liferea_webkit_launch_url(wkview, url)`. Reader mode xml render and page load can be postponed to `liferea_browser_load_finished()` completely if...
There's a bug in that you cannot advance to next unread item if you marked current item unread. Because the `next-unread-item` starts looking for unread item from the current selected...
I got this one too. The problem was that `Ultisnips` had been loaded AFTER `SuperTab`. Therefore the `` was taken over by `Ultisnips`. `SuperTab` never see the `` key. You...
We can do an exact matching first and set the matched options aside with a score 0. Then feed the rest of the options into Fuse matcher.