Mickaël Menu

Results 22 comments of Mickaël Menu

Sorry, maybe my question was ambiguous. I'm looking for instructions on how to convert an identifier into a URI, when it's not already one. Taking this example from the specification:...

Hi, Actually `notifiedCurrentLocation == currentLocation` doesn't mean that we reached the end of the book. This test is used only to make sure that we don't broadcast several times the...

@cNille Hi, The `positionList` PR is merged into `develop`. 👍 For the rest, I'm keeping it in mind for the next evolution of the navigator API.

We could use a MD5 checksum of the file for CBZ. This is pretty safe, handle renaming and filename conflicts and doesn't need to store anything in the database.

I've seen the `SelectionInfo` and `RangeInfo` models, but they are really tied to HTML. We need to come up with a solution that would work for all publication formats in...

@HadrienGardeur > text is not required in a Locator, which means that in use cases where we need two of them, we could simply avoid including text at all This...

I think for EPUB it might really not be needed, since content will rarely be split between two resources (maybe for some FXL layed out like a PDF with split...

Yes usually range fragments can also express a discrete location. I think it makes sense to ignore ranges in a single `Locations` object since the other properties (or other fragment...

That's fine with me, so we just need a range fragment for EPUB that we can use in R2 (CFI is out by consensus). It looks like Daniel's `RangeInfo` model...

@danielweck Are you mentioning this for your internal `Locator` model, or for the JSON serialization that will be transferred between platforms and stored in the host app database? I think...