Guillaume Ayoub

Results 802 comments of Guillaume Ayoub

> But do see the "gathering" of inputs within their containing form (and/or global form) as causing any problems with the order they appear within a page of a document?...

I’m not sure that it’s a problem: 1. Why should we care about the order? 2. Dictionaries keep order in Python. > I'll see if I can get a little...

Hi! Thanks for your bug report. There are 2 different problems in this example: - `fit-content` is not supported yet, - the flex layout has many problems and is known...

Hi! We have to rewrite a clean support of Flex (and add support of Grid), but it’s a large task, and so far we’ve had quite a lot of sponsored...

Hi! Yes, unfortunately, many things are not handled with PDF/UA support yet. > I don't quite follow how these are converted into tags in PDF/UA, but it seems like it...

> +1 interested also for the "alt" on image during PDF export If someone wants to add the feature, I’ll be happy to help! The previous comment already contains useful...

@aeveltstra Did you try to use Fink’s Python to create the virtual environment with pipenv? I don’t know how Fink works, but other tools like Homebrew tweak their Python version...

We’ve decided that we’ll keep maintaining the library but won’t add new features, and we personally don’t like type annotations very much, so we won’t merge this pull request. We...

As we need to generate files at installation time, we can’t build wheels (as far as we know). If someone’s sure that there’s a reliable solution to build a wheel,...

Fixed by e17b488.