Guillaume Ayoub

Results 802 comments of 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...