Kevin Hendricks
Kevin Hendricks
FWIW, I tried the same thing. I ran the spreads.html example on my desktop in many browsers with a url to a local file:// and according to all of them...
Here are the errors from the latest Safari attempting to load your example/spreads.html with a relative file url to an opf file. If I use the absolute file:: url I...
Note this change helps but does not really work in 2 page spread mode as the sum of paddingLeft and paddingRight double counts the gap since columnWidth has already had...
Is there any update on this? Would it help in any way to take the Sigil dulwich repo with its preliminary merge code from about 2 years ago and update...
Sigil (a crossplatform GPL opensource C++ ebook-editing project, embeds a Python 3.7.2 or later interpreter) and now uses dulwich to provide a simple "checkpoint" and revert functionality for epub developers....
Please move this wherever it seems most appropriate to you. The dual license is going to be a bit of an issue. With Sigil being GPL it allows us to...
I am not up to speed on dulwich yet but based on your porcelain.status() I was hoping something like the following might be useful for this issue ``` --- porcelain.py~...
git add -A with no list of paths fully syncs the repo to the current working directory including handling removals that were not staged by first using git rm. Basically...
FWIW, I think just removing the (git add -A) from the end of the comment line, to prevent confusion should work. I was basing this bug report on your docs...