Olivier Körner

Results 4 issues of Olivier Körner

CSS properties `page-break-inside/after/before` with values `always/auto/avoid` are sometimes used in Epub books to force or prevent text to the next page. This is a print-only CSS property and as such...

priority:Medium
type:Enhancement
func:Layout
func:Rendering
status:NeedMoreInfo
difficulty:Dev
status:WIP

## Bug Report ### What happened? With fixed layout EPUB publications, the pages sometimes take a very long time (10-20 seconds) to load in double spread mode. When you flip...

bug

With minification and Proguard enabled, LCP licenses validation doesn't work anymore. ``` fun findOneValidPassphrase(jsonLicense: String, hashedPassphrases: List): String = try { klass .getMethod("findOneValidPassphrase", String::class.java, Array::class.java) .invoke(instance, jsonLicense, hashedPassphrases.toTypedArray()) as String...

documentation needed

As more and more modules support Carthage now, it would be very convienent for Objective-Zip to add support for it as well, so projects don't have to end up using...