SReject

Results 27 comments of SReject

Added `$useridname` to return the user's underlaying username for instances where the Display name is ineffectual. Currently its limited to chat-based events. If you notice events that should be supported...

Going through your list: Announcements - implemented - `$useridname` refers to the person that created the announcement Cheer/Bits - blocked - twurple does not provide the underlying username for cheer...

To be clear, you are requesting video's be stretched, correct?

Context: Due to client-side system configurations for the user, Firebot failed to load FA assets. When this happens, Firebot's UI is mostly unusable. This is a feature request to gracefully...

To access VoiceMod APIs, applications require a dev/api key. To get a dev/api key a form has to be submitted, reviewed and approved by VoiceMod's developers. We have gone through...

What integrations with vMix are you looking for?

Partially complete: Next update will include Minimize to Tray.

Getting this error as well. It can also lead to a side effect of causing atom to reset config.cson, thus losing all custom settings upon restart

Not sure if its the correct solution, but in `%USERPROFILE%/.atom/packages/terminal-tab/lib/terminal-session.js` I replace line 94 with ```js if (this.pty) { try { this.pty.kill(); } catch (e) { if (e.message !== 'Pty...