Guillaume Ayoub
Guillaume Ayoub
If you’re interested in solving the bug in WeasyPrint (if there’s a bug!), don’t hesitate to open an issue on WeasyPrint’s repository.
> Unfortunately even tokenizing CSS seems not so trivial; the only Python libs that I found for that task are https://github.com/Kozea/tinycss (no commit for more than a year), https://github.com/Kozea/tinycss2 (essentially...
> Moreover, having read the CSS font spec a few times, I just don't understand how the "font" shorthand resolves whether "normal" refers to "font-weight", "font-stetch", or "font-style". > If...
Maybe related to #1614.
Hi! That’s because the links are wrong in [README.rst](https://github.com/fdemmer/django-weasyprint/blob/bc7aff5883dc8eb93dac1f32a4505a48faf0f7db/README.rst?plain=1#L36) and [CHANGELOG](https://github.com/fdemmer/django-weasyprint/blob/bc7aff5883dc8eb93dac1f32a4505a48faf0f7db/CHANGELOG.md?plain=1#L95). WeasyPrint’s documentation used to be on ReadTheDocs, and the subdomain has been reused for bad purpose afterwards, that’s why...
After thinking about the best way to solve this issue, here’s what seems to be the best solution for me. The code needed to capture logs is already in WeasyPrint:...
I’ve fixed the problem in 61852c4. Thanks a lot for your investigation and for your proposal. 💜
Thanks a lot for your pull request, and sorry for the, hmm, "delay". I’ve rebased your PR on top of `main` and simplified a couple of things, everything looks great...
> +1 If at least one person is interested, it’s probably time to merge :smile:. We’ll then release a new version soon.
Hi, Thanks for this pull request! 🙏🏽 That’s a good idea, but I have some concerns about the current implementation: - When `document.html` is given, I think I’d prefer to...