The Wayback Machine - https://web.archive.org/web/20220508061551/https://github.com/topics/twitch
Skip to content
#

Twitch

twitch logo

Twitch is a live streaming video platform owned by Twitch Interactive, a subsidiary of Amazon. Introduced in June 2011 as a spin-off of the general-interest streaming platform, Justin.tv, the site primarily focuses on video game live streaming, including broadcasts of eSports competitions, in addition to music broadcasts, creative content, and more recently, "in real life" streams. Content on the site can be viewed either live or via video on demand.

Here are 2,720 public repositories matching this topic...

SirStendec
SirStendec commented Nov 30, 2020

What should be added?
Recently, we (that is FrankerFaceZ) started letting users assign bot badges to users in their channels. This has been exposed in the API for some time, but between poor documentation and the inability for users to take advantage of it, I don't blame anyone for not catching it and/or implementing support. The feature is intended to let users easily flag their own custom b

darkcloud784
darkcloud784 commented Apr 24, 2021

As mentioned in discord I would recommend adding the following to your k3s deployment. I see multiple pages about the k3s deployment and each are missing the following which will make sure the nodes stay alive even if you over provision pods.

INSTALL_K3S_EXEC= ........ --kubelet-arg system-reserved=cpu=100m,memory=100Mi --kubelet-arg kube-reserved=cpu=200m,memory=400Mi

good first issue
BarryCarlyon
BarryCarlyon commented Sep 19, 2021

Some people will add code to their verify subscription routines to only allow unexpected "user ID's" to verify.

Currently verify-subscription doesn't support any of the other flags to control the condition. So it's not possible to run a verify-subscription test for a specfic condition it's randomy every time,.

enhancement good first issue event