Drini Cami

Results 143 issues of Drini Cami

**Description** `BookReader/BookReader.css` is the generated CSS from the `src/css/*.scss` files. We should avoid including it in the repo once we have a build step to avoid it falling out of...

question

Currently, items that have multilpe sub items will only let you search the current books. Add support for searching all the sub-items.

Namely : sometimes it skips sections (iOS), or voice changes don't stick (FF mobile).

read-aloud (tts)

Prototypes for reading public books through bookreader offline to determine feasibility of a web-based approach.

* Why: Some of the animations are a little janky, and it can be confusing to understand how to navigate. * Size: M * Priority: M ![unnamed](https://user-images.githubusercontent.com/6251786/212771497-3732e84f-bf43-4c0f-8476-fb26b7ca26ad.gif) Proposal: Add a...

* **Why**: They are smaller/closer than recommended by touch UI guidelines * **Size**: S * **Priority**: Med (Improvement to usability, accessibility) For primary UI buttons, the toolbar icons are smaller...

Refactor slider to use HTML native type=range instead of jquery-ui slider. Reduced total size of built files by 13.6 kB! | File | master | refactor/slider | Diff | %...

For example: ```py from luqum.parser import parser parser.parse("hello^foo") # TypeError: conversion from NoneType to Decimal is not supported ``` I would expect to get a `ParseError` or some other type...

For example: ```py from luqum.parser import parser parser.parse("hi 'bye'") # IllegalCharacterError: Illegal character ''bye'' at position 3 ``` Instead of an error, I expect to get: ``` UnknownOperation(Word('hi'), Word("'bye'")) ```...