Results 103 issues of Mickaël Menu

We have an implementer using EPUB converted to actual RWPM in their app, wanting to use the [positions service](https://github.com/readium/architecture/tree/master/models/locators/positions). Currently in the Readium Mobile Toolkits, we don't have an implementation...

Discussion

Being able to know when the navigator reached the last **screen** page came up at least 3 times (e.g. https://github.com/readium/r2-testapp-kotlin/pull/292#discussion_r377598620) already. This can be used, for example, to present a...

Hi, I've been trying to read a `DATETIME` column using an `Expressible`, unfortunately it crashes in [`Date.fromDatatypeValue`](https://github.com/stephencelis/SQLite.swift/blob/70fb7af324cb3170d921f135f0c84cbdb6487cc2/Sources/SQLite/Foundation.swift#L52). ``` (lldb) po stringValue "2020-02-05 18:10:14" (lldb) po dateFormatter.date(from: stringValue) ▿ Optional ▿...

bug

After updating Xcode to the version 12, I can't import NSLogger anymore with SPM. The build fails with: > The package product 'NSLogger' cannot be used as a dependency of...

Currently, RWPM doesn't contain any information about its profile (e.g. Audiobook, DiViNa...), but we need this information for example to figure out which Navigator to use. At the moment, we're...

In some cases, it could be useful to declare a "dark mode" variant of an alternate Link object. For example with the `logo` image in the [OPDS Authentication Document](https://drafts.opds.io/authentication-for-opds-1.0.html#232-links). For...

Sometimes, we are generating a RWPM from third-party publication formats (e.g. EPUB, CBZ). It could be a valuable information for reading apps to know from which source format a RWPM...

Currently, the encryption JSON schema [is part of the EPUB extension](https://readium.org/webpub-manifest/schema/extensions/epub/properties.schema.json). Accordingly, the type [is named with the EPUB prefix](https://github.com/readium/r2-shared-swift/blob/cb2420f4dee0cc8cd55dce59329ab1f87cca01af/r2-shared-swift/Publication/Web%20Publication/Extensions/EPUB/EPUBEncryption.swift#L16) in the Swift project. But now with LCPDF and soon...

I'm spawning this issue [from this conversation about non-linear resources](https://github.com/readium/r2-navigator-swift/issues/110#issuecomment-613926533). Currently, only reflowable EPUB supports overriding CSS styles in Readium. We assumed that Web Publications can't be styled appropriately, since...

### Fixed #### Navigator * Performance issue with EPUB fixed-layout when spreads are enabled. * Disable scrolling in EPUB fixed-layout resources, in case the viewport is incorrectly set.