Guillaume Ayoub
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.