Results 1846 comments of Steven Allen

> The application would need to store it somewhere, load it on restart, and pass it in the constructor. Can we not just initialize to the current time on reboot?...

I can't seem to reproduce this, even when holding down my workspace toggle key. I'd enable `exwm-debug-mode` and post the logs when you see this happen. Unfortunately, if it's hard...

The buffer in question is `#x1c00140`. I can see EXWM: 1. Showing it when switching to workspace 2. 2. Hiding it when switching to workspace 1 _sometimes_ but not other...

I have not been able to reproduce, I'm just trying to figure out which code-paths might be relevant.

It's variation selector 16, or FE0F. It looks like emacs should be downloading https://www.unicode.org/Public/15.0.0/ucd/emoji/emoji-variation-sequences.txt and adding those to the compose table, but it isn't. [This comment](https://git.savannah.gnu.org/cgit/emacs.git/tree/admin/unidata/emoji-zwj.awk?h=8a92d00470b7797af58c39cd9d19a913373dc50e#n119) in the source makes...

Fix: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63731

Well, in this case, it looks like Eli and Robert have taken it over with a better and much simpler patch. But yeah, that's what vacations are for.

Although, we might be able to use "tc police". That is: ``` tc filter add dev eth0 parent ffff: protocol ip u32 match ip src 0.0.0.0/0 flowid :1 police rate...

I'm quite happy with either option and I'm happy to take a stab at implementing this.