Andrea Stella

Results 23 comments of Andrea Stella

There's a PR but I keep procrastinating https://github.com/mccxiv/tc/pull/315

I'd like to keep the current behavior as default on Windows and Mac, but I'm ok with adding a setting

If I'm understanding correctly, yeah this feature is coming thanks to @scsddeputy 's PR. I'll review it this week

@Bauke - Fixing "unlocked" emotes, many of them don't seem to autocomplete or show up when sent. Example the `haha` ones, or `2020` ones. - Switch from my personal tmi/twitchjs...

Still checking on the main issue but your log helped me fix a bug related to bits, thanks

Holy crap. There's no way to resolve a channel's name from an emote set ID: https://discuss.dev.twitch.tv/t/how-to-get-the-name-of-the-channel-for-an-emote-set/5019 This means every client needs to download this 8mb json: https://twitchemotes.com/api_cache/v3/sets.json which is absolutely...

The official twitch mobile app gets around this problem by showing sections with emotes but not showing which channel they are from. Let's just do that. Easy to implement

I can't repro, but I'll check the code to see how it's possible

I think the filter may be the better option here. It would only cause a performance drop when a user's history is being looked at, while the other option ads...