Eric McDaniel

Results 9 comments of Eric McDaniel

@max-vogler Sorry I took so long to reply. Could you try to specify the length of the string you're trying to encode in the schema? That'd look something like this:...

I'm a big fan of this idea. It would speed up my workflow significantly.

Thanks for the heads up. What browser are you using? I will attempt to reproduce your issue this evening.

I can't seem to reproduce the issue. Videos inside of v-panel in Chrome 44 and 43 appeared to play smoothly in my testing. I updated the example with a video...

Hey @NateTheGreatt, Thank you so much for the note. So glad to see yourself and others (like @ooflorent) working through these problems. I think we'll have some consensus on the...

@Rayraegah Your solution doesn't work with tagged template literals. Replace ``- match: '`\n'`` with ``- match: '([a-zA-Z$_][\w$_]*)?(`)'`` and they will work.

Hey @Olaroll, thank you for reporting this issue! It's something I've been meaning to fix. I'll take a stab at it this week.