Lee

Results 32 comments of Lee

Raw requests for StopStream produce similar errors, and it seems like StartStream is also impacted.

My proposed solution is to remember the current chat sender while you're navigating around the app. It won't persist this after restarting the application, which is going to fall a...

I one-upped my prior comment, and changed the PR to remember the chat sender, chat message, and reply-to information. You can now hit reply on a message, switch the account...

~~Ebiggz / et. al: will you let me know if you'd rather I actually overwrite the model's empty string .offline property to a `0` or `null` in addOrEditCurrency.js when it's...

I have reverted my prior 2801 commit, and gone ahead and fixed it properly. Retested with every variation that I could come up with to break it, and this works...

![ffz-VWasted](https://github.com/user-attachments/assets/f4374a55-842c-47ba-abb8-6f99a4840566) Confirmed working, at least for FFZ.

I think this is being caused by https://github.com/mawie81/electron-window-state/issues/80 which is a Firebot direct dependency. It'd probably be worthwhile to migrate away from [electron-window-state](https://www.npmjs.com/package/electron-window-state) (which is 6 years unmaintained) to [stateful-electron-window](https://www.npmjs.com/package/stateful-electron-window)....

To clarify, you have to first check the Offline Payouts checkbox, then uncheck it in order to actually trigger this.

For future references regarding this, most all of which are going to need to be used to implement this "properly" and agnostic of the OBS input type: - [GetInputKindList](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputkindlist) -...

It's possible to rename the existing system `!quote` command to something like `!sysquote` and mark it as hidden, then re-create it through a custom `!quote` command effectively relying heavily on...