Tomasz Wesołowski
Tomasz Wesołowski
#2010 looks relevant to this and might help with remediation.
This just disables signature verification completely, why do you need to do it? What error are you experiencing?
Confirmed fixed on Ubuntu as of 918f8e14f @Tioz90 which verision did you test on? Latest tag (1.0.3) doesn't have the fix yet, have you installed the latest version from git?
[Owasp](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md) gives 64 as a reasonable length limit, perhaps 63 is ok?
Update: I did a git bisect over all the changes between... - (A)`.kepub.epub` generated with SE tools - (B) `.epub` generated with SE converted into `.kepub.epub` using [kepubify](https://pgaskin.net/kepubify/) and checked...
Possibly.. Do we have any record of the observation of Kobo not rendering no-break hyphens (e.g. device, version)? It would be valuable to check if the problem is gone on...
Here's from **Kobo Libra h2o**: .kepub.epub (SE, zero width joiners + hyphen-minus)  .kepubify (reference, non-break hyphens)  Here's the summary of my observations: | Issue | Kobo Clara |...
I was also confused by this and I'm having a hard time finding a good workaround. The pattern looks like: - I select and yank multiple selections - I open...
Just bumped into this; was able to quickly debug thanks to comments. In my case the offending part of `.git/config` was: ``` [url "[email protected]:"] insteadOf = https://github.com/ ``` which I...