Protected

Results 28 comments of Protected

Is there a known reason not to just add this to CreateAudioResourceOptions? It would be considerably lower friction...

All GroupMember examples in the documentation have `"membershipStatus": "member"`. The GroupMember examples displayed for the respective endpoints should be updated to display: - When in response to a join request...

Oops, looks like someone already mentioned this in https://github.com/vrchatapi/specification/issues/198

Another benefit of this mode is that if the comic contains a double page spread, it will serve as an anchor that conveys the comic creator's intent for whether subsequent...

So you don't want the feature in foliate at all?

Changed based on my interpretation of what you said. In this commit: - The smart spread logic is moved out of the renderer (no changes in the renderer); - The...

Are you sure about the design this time? Also I believe the direction should be implicit from the standard HTML attribute `dir` rather than using a custom attribute (that's already...

So to be clear, the only page direction issue to be corrected (in the current implementation) would be, specifically, fixed layout EPUBs with embedded RTL in HTML "rtl" mode? Since...

I made a test epub to look into this. Unfortunately I'm not sure how to properly read the epub (if it's at all possible) to correctly lay out the pages...

I guess instead of always assuming odd page recto, we can make it a little smarter by assuming odd page verso if the first listed page is right in rtl...