Sam

Results 20 issues of Sam

I fixed a few problems that I noticed with the JS and TS grammars. Notably, many keywords were incorrectly labeled as operators. Before: ![image](https://user-images.githubusercontent.com/6759716/153734322-d4c5b340-fb60-4337-926c-305f2e5ac3e2.png) After: ![image](https://user-images.githubusercontent.com/6759716/153734323-1a389809-8934-4999-a6a4-c69351a558bb.png)

- [ ] Load a clip [(Reference)](https://github.com/streamlink/streamlink/blob/bf1460c8c0a75026a4824dfb5c32134e6daac293/src/streamlink/plugins/twitch.py#L757) - [ ] View a user's clips - [ ] Handle clip urls

enhancement

I'd like to add [Sentry](https://github.com/getsentry/sentry-android) to Twire with an [GlitchTip](https://glitchtip.com/) backend. It would make it much easier for users to report issues with Twire. Which can be used to fix...

enhancement

Twitch has changed its API to prevent third-party applications from reading what games users are following. Which meant the My Games section had to be removed. The My Games section...

enhancement

Being able to select multiple languages that are included instead of just whatever the device is set to would be useful for multilingual users. - [ ] Get the languages...

enhancement

### Prerequisites for Code Changes * [x] This pull request follows the code style of the project * [ ] I have tested this feature ### Changes Proposed * Add...

### Use case description When using StyledPlayerControlView's fullscreen button, it should be able to follow the orientation of the device. If the user rotates into landscape, the button should exit...

enhancement
low priority

I've rebased #282 with the development branch and tried to fix the comments that were left on the original PR. The move to core injection (#299) changed a bunch of...

Super rough PR to take a first stab at adding interaction support to `Args`. Wanted to get some feedback before going any further since I don't know if I'm going...

[Minification is currently disabled.](https://github.com/benwinding/newsit/blob/2bff5928ee62674305fcdf351b3d6812fe9bb35e/webpack.config.js#L61) Could it be re-enabled?