Ondřej Žára

Results 54 issues of 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...

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: ![obrazek](https://github.com/user-attachments/assets/1cc2b3a2-feb7-41d7-9c8b-c0a239c86ac9) 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...

bug

I am not sure whether this is a bug or feature. See this rendering: ![image](https://github.com/user-attachments/assets/3ace4b2c-88c8-4507-9cb3-a64a57b6798e) 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...

feature