Sam Hocevar

Results 192 comments of Sam Hocevar

The Remez algorithm doesn’t work well with non-continuous functions. I would recommend helping it by making the functions continuous, or even smooth (C-infinity). You can for instance build a good...

It might be related (a lot of things changed in the way keypresses are handled, hopefully for the better, but there are still a few adjustments to make). When the...

Are you using GCC? If so, which version is it, and can you maybe try clang to see if they agree on the error?

Thanks for reporting this. I found a reasonable fix for z8lua which will land in zepto8 soon: https://github.com/samhocevar/z8lua/commit/4360cbf869d50b84c944605960ca62c64cadde4d By the way, your poke operator fork is very nice, I am...

Not yet, but I will add one.

Done! Just use `Composer.Changed += ComposerStateChangedHandler;`.

I don’t know yet what can be done UX-wise… Here are my problems: - double tapping is not great because some compose sequences use Compose themselves (e.g. Compose Compose t...

@ChristianKleineidam there are 374 rules that start with Compose Compose so this would be pretty invasive, unfortunately. For consistency, I like to have most emoji rules start with Compose Compose....

These sequences are in the file `C:\Program Files\WinCompose\res\WinCompose.txt`. There is no global option to disable them because there are so few of them, so you will have to either: -...

New list after the first fixing pass: ``` [src/common/fd.c:274]: (error) Common realloc mistake: 'fds' nulled but not freed upon failure [src/common/fd.c:295]: (error) Common realloc mistake: 'files' nulled but not freed...