iamdadmin

Results 17 comments of iamdadmin

I'd suggest this should be handled by splitting the settings for default sound device so that "viewer" targeted sounds can be defaulted to the overlay for example, and "streamer" targeted...

I'd also suggest: - A 'rotator' widget type, which will show one entry from a configurable list for a set amount of time. - Widgets to be standalone html/css/js plugin...

Blocked in Firebot-v5. Requires a webhook to retrieve this data from EventSub, which isn't currently possible in v5. Would have to poll instead. I may look at setting up a...

Blocked in Firebot-v5. Requires a webhook to retrieve this data from EventSub, which isn't currently possible in v5. Could probably close this and work out of #1750.

Blocked in Firebot-v5. Requires a webhook to retrieve this data from EventSub, which isn't currently possible in v5.

Verified from #141 having implemented manually.

I tried this on the following environments: python 2.7 on LXSS (Ubuntu on Windows 10) python 3.7 on Windows 10 python 2.7 on Debian Stretch All give identical error.

Lines 589 and 590 ``` elif key != "tzinfo": raise AttributeError('unknown attribute: "{}"'.format(key)) ``` Full routine from arrow.py ``` def replace(self, **kwargs): """ Returns a new :class:`Arrow ` object with...

Tested and can confirm the workaround does it, hopefully when it's released next it'll backfill to everyone else also.