kernc

Results 397 comments of kernc

Thanks for opening the first issue! May I ask on what platform/hardware are you finding the app slow to start? You can view all aliases in a tooltip if you...

There is PR https://github.com/efck-chat-keyboard/efck/pull/11 if any of you want to help/test it. It works for me on X11 but currently seems to crash on Windows. You can download [built artifacts...

I see we just do a rudimentary scan for "person": https://github.com/efck-chat-keyboard/efck/blob/096a7b6cc4004911c06337fa736a25ac67e1e628/efck/emoji.py#L26-L30 but a "person emoji" is apparently any "X" for which also "man X" and "woman X" exist: https://github.com/efck-chat-keyboard/efck/blob/096a7b6cc4004911c06337fa736a25ac67e1e628/efck/emoji-ordering.txt#L845-L857 :thinking:

> Is it Unicode version: 12.1 and 4.0? Those are just Unicode versions that introduced the symbol. Unreliable and not future-compatible. I'd rather not (have the user) filter by Unicode...

Thanks for the issue report! This worked for me on Windows 10 and was last tested working on [Windows Server 2022](https://github.com/efck-chat-keyboard/efck/actions/runs/7794190630/job/21255160683). Maybe something broke with Win 11. Unfortunately, I don't...

We _don't_ bundle the font for Windows (not needed / doesn't work), macOS (not needed / doesn't work), or Debian (font is installed via a package dependency). We only bundle...

But if we only recommend it, then we have to vendor a fallback font, which can be "Noto Emoji", but that would increase the DEB package size by 700%! Any...

I was thinking about it but then thought simply refocusing and pressing Esc was easy enough. I agree it might be useful: if the app loses focus for >1s (to...

A valid request. It appears we could publish portable executables (PyInstaller's `--onedir` [one-folder bundle](https://pyinstaller.org/en/stable/operating-mode.html#bundling-to-one-folder)) by inserting the appropriate `zip` and `actions/upload-artifact` commands in between here: https://github.com/efck-chat-keyboard/efck/blob/096a7b6cc4004911c06337fa736a25ac67e1e628/.github/workflows/ci.yml#L159-L160 Alternatively, you could use...

Yeah, god knows what Windows is doing. The issue you describe is already being addressed by PR https://github.com/efck-chat-keyboard/efck/pull/11. [PR build artifacts are still available](https://github.com/efck-chat-keyboard/efck/pull/11/checks) (search "Artifacts") if you want to...