Ben Myers

Results 15 issues of Ben Myers

This pull request adds some additional context to the top of the global data files docs page — specifically, clarifying that the global data folder must go in the project's...

_Inspired by @TheoBr's https://solidchat.vercel.app/_ In _really_ fast chats, streamers might want to buffer their chat overlay so messages come up in bursts. We should consider having a system for buffering...

enhancement
overlay configuration

_Resolves #90_ This pull request introduces a new page of documentation on the showmy.chat site that describes how to use a showmy.chat overlay in OBS. The goal is to be...

documentation

[Alejo's Twitch Chat Pronouns service](https://pronouns.alejo.io/) allows folks to authenticate with their Twitch accounts and set their pronouns. Anyone viewing a Twitch chat with [the service's browser extension](https://pronouns.alejo.io/chrome) can see the...

hacktoberfest-accepted
overlay configuration

Twitch recently introduced five new commands that streamers and their mods can leverage to highlight their messages in the chat: - `/announce` - `/announceblue` - `/announcegreen` - `/announceorange` - `/announcepurple`...

enhancement

Currently, URL builder converts commas to `%2C` encoding. We should convert this to `,` directly. We can also do some niftiness to make it a little easier to use by...

bug
URL builder

>This feels a bit weird for themes without an animation. >I'd expect messages to disappear after the time I set in the urlbuilder on the homepage. >For themes with an...

enhancement
low priority

Document the markup/attributes/classes/etc which can be used as selectors within a theme, what they could be used for, and possibly different examples.

documentation

Unicode emojis (as in, the emojis you use your device's native emoji keyboard to type) are messing with the string replacement indices for adding emote `` strings to the message....

bug