Alex Ch

Results 13 comments of Alex Ch

Did I understand correct, that you only changed version of SlimerJs and problem gone? Or there was something else you did? My SlimerJs 1.0.0 still get same error.

I start slimerjs from python script and i met the same problem. I found interesting solution at https://stackoverflow.com/questions/39420683/killing-a-sub-subprocess-from-python-bash-without-leaving-orphans ```python # python3 import os import signal # start process process =...

Why don't you make nightly (weekly or monthly) releases? You wrote that this process is fully automated.

@ygbr, could you please explain how to add it to cookie from my own code without making any changes in existing cherrypy modules?

This is how I gathered information about images and their location on page. ```python from dataclasses import dataclass from itertools import chain from typing import List import pikepdf @dataclass class...

At least I discovered how to disable system fonts at all. It's all Linux. Don't know about windows. [`text/ffi.py` Line 365:](https://github.com/Kozea/WeasyPrint/blob/1c1365639abfd09f4ef0f5148aeb8b0ea51578fe/weasyprint/text/ffi.py#L365) ``` FcConfig * FcInitLoadConfigAndFonts (void); // Existing definition FcConfig...

> These rules generally have to be followed, even when the "normal" font includes an emoji: a lot of widely used fonts include black&white emojis, but you don’t want to...

Here they are [two.html.zip](https://github.com/Kozea/WeasyPrint/files/11183409/two.html.zip) [two.pdf](https://github.com/Kozea/WeasyPrint/files/11183410/two.pdf) weasyprint.__version__ is '58.1'

Update. This bug somehow interferes with vertical margins. I could not catch a bug when top+bottom margin is 0. But if I set them high enough, then I see this...