Guillaume Ayoub
Guillaume Ayoub
> Here is an example of what can go wrong: There's no need to convince anyone that things may go wrong when you have external dependencies (moreover when you don't...
> A manylinux build of CairoCFFI could help a lot here, that's tricky in it's own right - but not impossible. CairoCFFI requires a file generation step during its installation,...
Cairo is now gone :).
It’s summary time about non-Python dependencies! We’ve removed direct dependencies: - Cairo - GDK-Pixbuf We use these libraries as direct dependencies: - Pango (high-level text layout) - Harfbuzz (text shaping)...
> Does it mean GTK is not needed anymore or is it still needed for Pango? The Windows installation instructions still indicate to install it. We ask users to install...
> Ok, i found why this happening, its border-collapse: collapse. Thanks a lot for taking the time to find this! > I dont know if this is a bug because...
> I might be able to take a look into it. Cool! > Can you be so kind and point me into the right direction as to where in the...
> The solution may be to remove the `set_transparent_border` and `remove_borders` functions and handle this in the `draw` module where we would have dedicated code to draw tables with collapsed...
> It looks like over half the time is spent on text.py, since I am not familiar with the code I was wondering if someone could explain a bit more...
> It seems like the slow performance is related with the following CSS I am using: > > td{ > word-wrap: break-word; > } Thanks a lot. Using `word-wrap`/`overflow-wrap` may...