Guillaume Ayoub

Results 801 comments of Guillaume Ayoub

Sample to reproduce: ```html dl { text-align: right; } dt, dd { display: inline; margin: 0; } dt::before { content: ''; display: block; } Test 12345 Test 12345 ```

Hmmm
 There’s something strange in these labels, we have to check what’s wrong and try to improve this structure.

Here’s a PDF with new labels, could you please test how it works in your PDF reader? [ua.pdf](https://github.com/user-attachments/files/16594802/ua.pdf) (By the way, what’s your PDF reader?)

If you’re interested in this issue, it’s time to test #2471! Feedback will be highly appreciated, even to say that it just works. 🙏

Hi! Thanks for the bug report. You’re right, there’s a problem here. I think that having a custom `URLFetchingError` is a good idea, and keeping the error management in `fetch`...

Thanks for opening a separate issue. > And the resulting PDF: I can’t reproduce if I set the DejaVu font explicitly (my default font is Liberation otherwise): [text.pdf](https://github.com/user-attachments/files/20522485/text.pdf) Do you...

@febdoctor Did you find the time to take a look at that?

Don’t hesitate to add a comment if there’s anything new on this topic.

You’re right. The current justification code adds extra space to space characters only. There are many places in the code when we assume that spaces are only "normal" spaces. In...

> I’m not sure that a real list is actually defined in Unicode, as there are exceptions such as punctuation and fixed-width spaces. Pango provides [`is_expandable_space`](https://docs.gtk.org/Pango/struct.LogAttr.html), we have everything we...