Alex

Results 250 comments of Alex

@bigfive Have you been able to reproduce this issue yourself?

To be clear, this issue is present in 3.7 and 3.8 right? Hence not a 3.8 blocker?

Would be nice to merge this fork. "Descendants," "Extensions," "Derived terms" are all standard sections according to [Wiktionary's entry layout guidelines](https://en.wiktionary.org/wiki/Wiktionary:Entry_layout#Headings_after_the_definitions).

Using `.jsonl` on the kaikki.org downloads would be helpful. I didn't see anywhere in the codebase to change this, so it must be somewhere in Tatu's CI's.

Another example is a fullscreen'd video from a web browser (e.g. Youtube on Chrome). The window occupies the entire screen on its own desktop, but the Penguin window cannot be...

@carsonip Could you please add an option in the settings to create the window with `Qt::Tool` instead of `Qt::WindowStaysOnTopHint`?

@nathanross Dynamic linking is not the answer, nor is multicall. Rust programs already dynamically link to `libSystem` on OS X, which provides the entire C standard library plus a multitude...

@vadimcn It doesn't need to, because string-formatting makes up relatively little of these binaries, and is inlined little with relative ease (once you stop panicking). If you actually read the...