Luke Strickland

Results 67 comments of Luke Strickland

Actual source of that function: ``` Janus.isWebrtcSupported = function() { return !!window.RTCPeerConnection; }; ```

I'm nervous to do something like automatically cancel all subs mainly because you could lose all of your income overnight if you made a mistake, or rashly decided to shut...

It's worth noting GitHub allows these characters as well: ![image](https://user-images.githubusercontent.com/226638/116415703-a74cd580-a807-11eb-930f-d27820428416.png) I think we should be hesitant to actually prevent, change, or sanitize these messages. However I agree we should not...

Oops, I think there should be a group_by here: https://github.com/Glimesh/glimesh.tv/blob/1f6d25a7bf57662f867bc39933141c0041d09b24/lib/glimesh/homepage.ex#L84-L100

Looking into this more, it's not reproducible in development. It's likely the homepage generator script is either being run by two nodes, or the same node is running it twice!

Looks like a good start, keep me updated on the progress you and @aMytho make! It might also be worth looping in @BarcxdeIsTakenFFS to get some of their Glimesh design...

> Just wanted to ask, would it be feasible to make the UI changes optional or you could like choose your style? I worry about having to maintain so many...

Thanks for the report, I'll check into that display bug!

The odd thing is the stream should be ended before the channel is updated: https://github.com/Glimesh/glimesh.tv/blob/dev/lib/glimesh/streams.ex#L204-L212 For this particular user the streams table looked like: | Stream ID | Started At...

I have one more theory that we're saving a stale changeset somewhere (is the user editing a page??) and then they hit save which resets our Channel state.... Seems unlikely...