Carson McManus
Carson McManus
[Here is the spritesheet I'm using.](https://cloud.githubusercontent.com/assets/1808807/26451778/6e2d23f0-412b-11e7-8ecd-7cfc757293df.png) (3 pixel offset, 2 pixels between each tile, each tile is 21x21) [Here are the stack traces](https://gist.github.com/dyc3/6bf4f183b640a3160316643478c0698c.js)
### Is your feature request related to a problem? Please describe. Sometimes, downloaded videos come with a separate captions file instead of being embedded into the video. Additionally, videojs doesn't...
It's very annoying to have components that are formatted completely differently, with varying levels of typescript support. We should refactor components to be able to remove the package `vue-class-component` completely....
This is a great opportunity to improve the code quality of the client. - Typescript: would probably help a lot on the client side - Needed to upgrade to vue-i18n...
Relevant documentation: https://docs.joinpeertube.org/api/embed-player Other: https://github.com/Chocobozzz/PeerTube/issues/468 React with 👍 if you are interested in this
This deprecation notice showed up in test logs, and this will probably need to be fixed before we upgrade to vue 3.
## Current Behavior Direct videos with the audio codec `ac3` (as given by ffprobe), play with ``` codec_name=ac3 codec_long_name=ATSC A/52A (AC-3) ``` ### How To Reproduce Steps to reproduce the...
### Current Behavior It treats single file components like they have just 2 lines. ### Expected Behavior Should collect code coverage for all the code in the `script` tag ###...
The video controls are coupled very tightly with the room view. This makes layout changes to the room very tedious to do. Moving it to it's own component would be...
Currently, there are several ways that users can be represented, and they are all used in different contexts. - `models/user.ts` has a `User` type. It's for representing user accounts, and...