Frans de Jonge
Frans de Jonge
See title. --- This change is [](https://reviewable.io/reviews/jangosteve/jquery-cssemoticons/13)
* Enter loads the first result * Up and down arrows focus links in the result list --- This change is [](https://reviewable.io/reviews/itkach/aard2-web/5)
**Describe the bug** There are some icons around that don't have the most helpful alt attribute. For some context see https://github.com/FreshRSS/FreshRSS/pull/4181#discussion_r795205704 https://github.com/FreshRSS/FreshRSS/blob/05ca0517bbcc782a45692dcde0f9258d3165f6bc/lib/lib_rss.php#L585-L587 https://github.com/FreshRSS/FreshRSS/blob/05ca0517bbcc782a45692dcde0f9258d3165f6bc/app/Models/Themes.php#L71-L127 It occurred to me that I was...
* KOReader version: master * Device: all #### Issue These strings shouldn't bother the translator with things like colons and spaces. It should be either util.template or the colons and...
Using e.g. https://github.com/eduardomb/scroll-up-bar In that case all you'd need is to include the script and call ``` $('#menu_nav').scrollupbar(); ``` If you like this idea I'll stick it in a PR.
#2481 made me notice that a bunch of the `INPUT` elements for registering a new users (and probably elsewhere as well) should use the `required` attribute, keeping in mind that...
It threw me off a bit. On a very related note, the Core Features don't show up on the search.
Similar rationale as #3, i.e., to reduce clutter. Grouping similar apps (like various settings, banking, games, etc.) can be inherently useful. Besides that there are various things like "SIM Toolkit"...
Apologies for the non-descriptive title but I wasn't able to get an angle on it with a quick glance. It's the one from here: https://www.mobileread.com/forums/showthread.php?p=3900775 Without a newline at the...
For example, return exit code 1 when `sdcv searchterm` found no results or `sdcv -l` finds nothing ```bash $ sdcv -l Dictionary's name Word count $ sdcv -l>/dev/null && echo...