Kyle Martin
Kyle Martin
I had a look at what this would take. In the play.html file i had used https://www.npmjs.com/package/videojs-preview-thumbnails with. ``` videojs('player', {}, function () { this.initialPreviewThumbnail({ sprite_url: './output.jpg', second:60, sprite_x_count:15, thumbnail_width:280,...
> "browse.html.orig" file, right there, in Line 37. The TAG .... Currently there resides a variable {{name}} there. I replaced that variable with what I want as the name/title of...
This is looking great
Web interface video works for me on MacOS, chromium based Edge. Is this bug for EdgeHTML-based/Microsoft Edge legacy?
I agree, it would be helpful! It's a WIP over in https://github.com/all-contributors/all-contributors-bot/pull/127
I've been battling with setting this up on the repo over at https://github.com/i0natan/nodebestpractices/issues/410 I believe I am running into this issue (added a .all-contributorsrc file, but it is pointing to...
Great, looking at it now!
@gr2m (or anyone here) If you have some spare time would you be able to check my approach to this one before I work on fixing the remaining tests? https://github.com/js-kyle/all-contributors-bot/pull/1
This will be a great feature (currently looking at the best way to migrate 80+ contributors), so looking like that will be individual requests at the moment
My understanding is that bcrypt is the most widely used for password hashes. SHA* hashes are designed for performance which is not great for passwords as they can be cracked...