SimpleSandman

Results 8 issues of SimpleSandman

When updating the stream info, allow broadcasters to update their own tags. Reference: https://dev.twitch.tv/docs/api/reference#replace-stream-tags

new feature
shared

Store Twitch ID and use it as a lookup for validating their new username Use the similar logic with `TwitchBotApplication.SetBroadcasterIdsAsync()`

new feature
entire project

This is to bypass link purges for X amount of time

new feature
shared

No update is being applied to the "LastUpdated" column. Remember to use UTC time. Look into writing an `UPDATE TRIGGER` from the SQL side. ```sql CREATE TRIGGER BroadcasterLastUpdated ON dbo.Broadcaster...

bug
database

This will allow users to set an end date and time for reminders if a re-occurring event only lasts for X amount of time

enhancement
database

Write unit tests so new features/fixes can formally tested

help wanted
entire project

When 24 hours of streaming has been reached, the clock starts at 0:00:00 again.

bug
shared

On [line 443](https://github.com/FabulousCupcake/umamusume-db-translate/blob/master/src/data/skill-desc.csv#L443) (as of writing this issue), the translation for this skill description shown below is blank for the skill, "I Never Goof Up!": Original skill description: `レース終盤のコーナーで\n中団以降のポジションから追い抜くと\nちょっと前を目指す` The...