Ondřej Žára
Ondřej Žára
Hi @karpathy, congratulations on this repo/talk. The educational value is truly immense. Good job! Can you please explain the main motivation for `_backward` methods implemented as lambdas, as opposed to...
| Q | A | ---------------- | --- | Bug fix? | no | New feature? | yes | Breaking change? | no | Deprecations? | no | Tests added?...
Hi, I built the whole keypad, but I am starting to think that my e-ink display is not supporting partial updates. I am opening this issue to organize my thoughts...
animation?
Hi, switching Desktops appears to be instant, as opposed to the nice "swipe" animation provided by the default ctrl+win+arrow implementation. Is it possible to maintain the animation when exposing the...
My HTML OCD just kicked in, sorry...
In this rendering:  First two words (`o kliknutí`) have a NBSP between them (czech typography rules). However, IMHO this only forbirds line breaks; there is no reason for this...
I am not sure whether this is a bug or feature. See this rendering:  The "x komunikace" is not hyphenated when the space is non-breakable. I would say that...
The main goal here is to fix https://github.com/Kozea/WeasyPrint/issues/2270. My change is simple: - adjust the `get_next_word_boundaries` function so it considers the whole *word-nbsp-word* cluster as a single potentially-hyphenable word, -...
Hi, I am trying to understand WeasyPrint in more detail. As far as I know, there are two families of line-breaking algorithms: fast-and-ugly, typically implemented by web browsers, and expensive-but-nice...