Luke Strickland

Results 57 issues of Luke Strickland

Adding the `pkg-config` allows this to easily be installed on systems where librtlsdr doesn't reside in a usual location. For example of newer Mac's.

Apparently Janus can help us with this via: ``` // Make sure the browser supports WebRTC if(!Janus.isWebrtcSupported()) { bootbox.alert("No WebRTC support... "); return; } ``` Found via https://janus-legacy.conf.meetecho.com/streamingtest.js

enhancement

Seems the subscriptions table is missing some important indexes. ![image](https://user-images.githubusercontent.com/226638/149935609-a75899ae-454d-4b14-a585-e77f2e49e207.png)

Looks like I may have introduced a performance impact in https://github.com/Glimesh/glimesh.tv/commit/74e0f86c2e2701fdb04c3c6834223877d91f7eca Found in: https://github.com/Glimesh/janus-ftl-plugin/issues/124 a) What did I do? b) Why isn't appsignal telling me about it?

bug

Looks like we're missing some gettext usage in various locations. - Stream category pages - Homepage - Country list on the payouts page

bug

Shouldn't technically be possible, but it looks like we have a misconfigured query somewhere... ![image](https://user-images.githubusercontent.com/226638/115885966-77c05680-a41e-11eb-8c78-c1b66f9f1fbc.png) Database State: id | channel_id | slot_started_at | slot_ended_at |--|--|--|--| 1902 | 10552 | 2021-04-23...

bug

Since we've launched the cute little glimdrops in the bottom of the chat, people have demanded their own custom emotes to make their channel feel like home. Soon you will...

enhancement

Currently we poke the Twitter API every single time someone requests any of the pages under UserSettingsController. https://github.com/Glimesh/glimesh.tv/blob/dev/lib/glimesh_web/controllers/user_settings_controller.ex#L136 Ideally we should hide expensive requests like this behind an initial user...

bug
good first issue

With gift subscriptions you'll be able to gift other users with a one month subscription to your favorite streamers! Our initial implementation will be focused on gifting it to a...

enhancement