Results 436 comments of Mickaël Menu

This looks like the same error but in a different context : in the Test App SQLite database with the GRDB dependency instead of SQLite.swift. I do have the same...

Just for debugging purposes, do you still have the same crash if you don't enable LCP in the Test App and your app? `ReadiumLCP` is the only package that depend...

If you remove LCP in the Test App (generate with `make dev` for example, without using the `lcp=` parameter), are you able to run the app without crash on your...

Hmm okay, then I'm not sure it's related to the StackOverflow you shared earlier. Besides something weird with your device, I don't have a better idea.

It works as intended. An audiobook player usually provides scrubbing control for the current resource only. Hovewer, I get that it may not fit all needs. How about these alternatives?...

It doesn't, in Readium a "resource" always refers to a single entry in a ZIP package, and/or an entry in a [Readium Audiobook Manifest](https://readium.org/webpub-manifest/profiles/audiobook). There's no plan to parse a...

> Does "no plan" to parse a chapter list in `AudioParser` mean Readium has decided against it or that it's not specifically planned but would be accepted as a contribution?...

> In what ways is a PublicationParser more powerful than a Publication.Builder.Transform? The `PublicationParser` creates the components of a `Publication.Builder` from scratch. Usually you implement it to parse a given...

I cannot reproduce on an iPhone 15 Pro and iPhone SE emulators on iOS 17.0.1. What did you use?