You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pop up mode and chat buble toggle
* potential audio fix
* linux sh and better docker support
* fixed linux build?
* linux fix part 2
* docker fix part 1
* Initial plan
* Initial plan
* Initial plan
* Initial plan
* Initial plan
* Initial plan
* Initial plan
* Update frontend/src/pages/YappersPage.jsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan
* Update frontend/src/pages/YappersPage.jsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Replace sys.platform with platform.system() for OS detection
Co-authored-by: pladisdev <127021507+pladisdev@users.noreply.github.com>
* Fix race condition in popup avatar lifecycle
Co-authored-by: pladisdev <127021507+pladisdev@users.noreply.github.com>
* Extract magic numbers to named constants for better readability
Co-authored-by: pladisdev <127021507+pladisdev@users.noreply.github.com>
* Extract magic number -2.5px into avatarActiveOffset setting
Co-authored-by: pladisdev <127021507+pladisdev@users.noreply.github.com>
* Fix audio cleanup in popup mode when play() fails
Co-authored-by: pladisdev <127021507+pladisdev@users.noreply.github.com>
* Extract hex opacity calculation to utility function
Co-authored-by: pladisdev <127021507+pladisdev@users.noreply.github.com>
* Fix audio error handlers to clean up tracking references
Co-authored-by: pladisdev <127021507+pladisdev@users.noreply.github.com>
* update flow for builds
* better build and release file
* workflow fix
* build fix
* usernames in chat bubbles
* twitch authentifcation
* tts limit
* notifcation that user needs to click page, quick status
* update readme, version
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
# Validate that we have required credentials for TwitchIO 3.x
81
+
ifnotclient_idornotclient_secret:
82
+
raiseValueError(f"TwitchIO 3.x requires TWITCH_CLIENT_ID and TWITCH_CLIENT_SECRET, but they are not configured. client_id={'present'ifclient_idelse'missing'}, client_secret={'present'ifclient_secretelse'missing'}")
# Validate that we have required credentials for TwitchIO 3.x
118
+
ifnotclient_idornotclient_secret:
119
+
raiseValueError(f"TwitchIO 3.x requires TWITCH_CLIENT_ID and TWITCH_CLIENT_SECRET, but they are not configured. client_id={'present'ifclient_idelse'missing'}, client_secret={'present'ifclient_secretelse'missing'}")
0 commit comments