Bastien Dejean
Bastien Dejean
I might add a Spanish keyboard layout. Please note, though, that `Ñ` and `ñ` can already be produced using the [*Combine* key](https://github.com/baskerville/plato/blob/master/doc/MANUAL.md#keyboard) with `CMB N ~` and `CMB n ~`.
Considering your own library, would you be able to tell whether or not a book needs to be opened in RTL mode given its file path?
What's the OS?
I don't experience any slowdowns on *macOS*.
The calls to `thread::sleep` happen in parallel threads. The main thread never pauses more than 20 ms (`event_pump.wait_event_timeout(20)` and `rx.recv_timeout(Duration::from_millis(20))`).
> Would changing them to lower break something? I'm not sure I'd want to apply a random hack to solve a problem we don't understand yet. Could you provide the...
The bottom left corner swipe __sequence__ can be performed by drawing a bottom left corner anywhere on the screen.
> I have changed mupdf-third to mupdf, because linking failed. There's no *libmupdf-third* in the *mupdf-gl* package? > After running run-emulator.sh I now get an ocean of errors starting with...
The HTML renderer was extracted from the EPUB renderer, itself based on a simple XML parser (since EPUB2 is based on XHTML).
> However, since the project is only linking to Mupdf, and not modifying it, I'm applying a patch [`thirdparty/mupdf/kobo.patch`](https://github.com/baskerville/plato/blob/master/thirdparty/mupdf/kobo.patch) though, when building the ARM binary, is this allowed? > the...