Zachary Drayer

Results 24 comments of Zachary Drayer

fwiw the affected tag indicates the first affected version at the time of the creation of the ticket, not all affected versions.

https://unicode.org/Public/emoji/5.0/emoji-data.txt + https://unicode.org/Public/emoji/5.0/emoji-sequences.txt

We could consider dropping text-to-emoji for outgoing messages, but text-to-emoji substitution also applies to incoming messages (see `commonChatAndImageReplacment` in https://github.com/colloquy/colloquy/blob/main/Mobile/Operations/CQProcessChatMessageOperation.m) and if possible, shouldn’t be broken or removed.

This is caused by the Interface preferences (Colloquy -> Preferences -> Interface) losing all its rules. I'm not sure why the rules are being lost, as I can't reproduce a...

We can make an alias so both `/iTunes` and `/music` can live alongside one another, yeah? A suite of similar commands for other media apps would also be nifty

iTunes support comes through macOS's AppleScript bridge, you can check the script out here: https://github.com/colloquy/colloquy/blob/main/Mac-Old/Mac-Old/Plug-Ins/iTunes/iTunes.scpt The AppleScript dictionary for the `Music` and `TV` apps likely vary somewhat even if they...

@MaddTheSane can you push it to a branch somewhere?

while the cause of this has not explicitly been addressed yet, support for `BATCH` will help alleviate things

fixed by https://github.com/zadr/j2s/commit/f0d5fa5c8be2672bcec1a9e734604ce8e2a8930d

this was un-fixed after starting to generate `Codable`-compliant code