dumblob
dumblob
@mohdnajdy did you have any success in adding support for RTL to weasyprint?
> @marcotrevisan, but I still don't understand how the "correct" way should be? In other words how the others are doing it? For example when I send email from my...
@jgonsior @joergmschulz such option would probably need to be non-binary and rather represent some notion of the "maximum vertical size allowed" (`0` meaning the design without any description shown, `1`...
I'd rather first go for a non-tuned benchmark with huge coverage of languages - e.g. https://github.com/kostya/benchmarks is very actively maintained for quite long already. I think compared to "tuned benchmarks"...
Interesting - basically you're turning the "traditional async" approach on its head into a [futures](https://en.wikipedia.org/wiki/Futures_and_promises ) semantics. Shall be quite performant and actually avoid many (most?) of the [pitfalls of...
Beware there is a significant difference between multiple precision and arbitrary precision. I'd guess GMP lib is **not** what you're looking for and you're probably wanting something like [mpdecimal](https://www.bytereef.org/mpdecimal/ ).
I wanted to try this container in LDAP setup but this issue scares me kind of. Is it still valid?
I experience the same issue.
Try setting a little larger system-wide font size in Android settings and you should get bigger digits - at least that is what happens on my phone.
Hi @an146, thanks for your contribution. Could you also change the function signature on other places in the library (especially declaration)? Don't forget to bump version accordingly afterwards :wink:. Btw....