Alexander Deeb
Alexander Deeb
1. Will features that are already production-ready like [Dailymotion support](https://github.com/sampotts/plyr/pull/2136) and [markers](https://github.com/sampotts/plyr/pull/2386) be included? 2. What's the timeline for 1.0 release?
I also just ran into this issue and would love a fix. This is basic functionality that is broken.
@Lowryderch Would it be possible to make a JavaScript version of your script, please?
@AndrewSouthpaw Thanks a lot! It seems your script requires the use of ES6?
Hi @nicoferron, awesome! Thank you very much! Is the `logging` option also available for `DM.player()`? I am using that in my application rather than `DM.init()`: ``` var playerOptions = {...
> Just a heads-up: Google plans to start deleting inactive accounts later this year, and that includes YouTube content. https://www.blog.google/technology/safety-security/updating-our-inactive-account-policies/ So, saving historic videos from YouTube is now more important...
I am using TypeScript and migrations. User model ``` class User extends Model {} User.init({ name: { type: DataTypes.TEXT, allowNull: false }, email: { type: DataTypes.TEXT, allowNull: false, unique: true,...
>You set modelName to User, in the documentation modelName is user. Thank you for the clarification. This helps a lot, and I didn't notice it because other examples in the...