Sergii Bondarenko

Results 5 issues of Sergii Bondarenko

# Problem Couldn't load worker, JSON syntax validation doesn't work. I see `Could not load worker` warning in the browser console. Also, I tried to import the json worker ```...

bug
help wanted

AngularJS 1.6 Video.js 5.14.1 I'm trying to reproduce the `vjs-media="mediaToggle"` example. The video plays successfully but I don't see the console message of the `vjsVideoMediaChanged` event.

How to display what time is left after the [later.js text parser](https://bunkat.github.io/later/parsers.html#text) applied? For example, I want to know it before the `setInterval` started. const later = require('later'); later.date.localTime(); const...

I try to use dajano-emailit `emailit.api.send_mail(['[email protected]'], context, 'mymails/example_email')` in a [django-admin](django-admin) custom command script. It keeps printing the email body in the terminal when I run the command script. But...