Guillaume Ayoub

Results 802 comments of Guillaume Ayoub

> Instead of using weasyprint.exe i use now weasyprint as module with HTML(indexefile).write_pdf. 👍️ > I set loglevel to DEBUG but still see not more output from weasyrpint 👍️ >...

Thank you, I’ll try on my Windows VM.

Thanks a lot for the comment. I’ve never been able to reproduce on my VM. > The documentation still mentions the GTK Runtime installer, but it seems using the msys...

Hi! Thanks for this bug report. The problem is not the attribute selector: you can replace `[font-family~="serif"]` by `text`, it won’t work. Here’s what’s wrong: style defined in the HTML...

Hi! You can use the [`text-overflow` property](https://www.w3.org/TR/2023/WD-css-overflow-3-20230329/#text-overflow) for that: ```html div { border: 1px solid; overflow: hidden; text-overflow: ellipsis; white-space: pre; width: 8em; } lorem ipsum dolor sit amet ```

> **How to make my emoji font to have priority over system-wide emoji?** The question is a bit more complex than that. The way used by Fontconfig (that’s the lib...

Hi! These URLs are not standard, that’s why they don’t work with `urljoin`. Does `file://NETWORK/folder` work? It seems to be the preferred format for .NET for example, and it should...

If someone here has a Windows system, I’d loved to find a real URL pattern for network drives that works with `urlopen`!

If anyone can give more information on this, feel free to add a comment.

> Thanks for editing the question to be more precise. Is there any work around for this bug? I don’t think so :/. Flex support is broken in many ways,...