Guillaume Ayoub
Guillaume Ayoub
Thatās a good issue for a first-time contributor, if anyoneās interested in this feature weāll be happy to help you add some code for it!
Surprisingly, Prince gives the same result as WeasyPrint here (except from the widths, because of #58, but thatās another story). So⦠Iām not sure that itās a bug. I have...
Well, Prince and WeasyPrint have the same rendering. AntennaHouse, BFO and Typeset give the "right" rendering. I think that itās a bug⦠The problem seems to be easy to solve,...
> I was wondering how printstrap should handle this issue. We should fix it in WeasyPrint!
Hi! > [The `aspect-ratio` CSS property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio) is not supported by WeasyPrint 59. Is there any reason for this? Mainly because nobody wrote the code yet š. That would be a...
> Would love it more if the aspect-ratio feature got implemented. And so would I! Are you interested on working on this issue? I can give some hints, of course.
Thanks a lot for the bug report. Thereās definitely something wrong here in the way we handle trailing spacesā¦
> Why should this happen? Is there an internal threading issue here? What is a good practice for this use case? I donāt know what happens. The best way to...
> Here is one log from a successfull build: (called weasyprint.exe -d ..) This output is quite common, assuming that you have something like a table of contents on page...
(You can [configure logging](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#logging) to store the output in a file. You can even [change the logging format](https://docs.python.org/3/library/logging.html#logrecord-attributes) to include the processes and threads numbers, it will be easier to...