Alexander Cerutti

Results 78 comments of Alexander Cerutti

Hey @joeyparrish, thanks for your reply and your possible fixes! I'm going to test them asap. I'm not quite sure if the best way to test them is by changing...

Thanks @joeyparrish! I tried to compile both solutions (but yet I have to test them, I'll do as soon as my test iPhone will have enough charge 😝). Promise solution...

I don't know, I was testing with my work custom application which compiles with Webpack 4. What's weird is that if I try to compile Promise fix, Webpack will output...

Uhm, there's something weird happening with Promise fix. I mean, through some breakpoints I can see that the order issue is fixed and `startTime` is set on mediaElement when `onLoaded`...

@joeyparrish do you have any news about this? This is blocking a more-than-actual production issue (and report) on our product. Should I open a Pull Request? In case, I'd be...

Oh, wait. Now I'm remembering: I wasn't able to test the second fix possibility. So I can open a PR for Promise fix only. I'm not sure this is actually...

@joeyparrish any news? What should be fixed on the second sample so it can be tested?

Hey @joeyparrish, were you able to give a look to this? We have a task open for this issue (even if I'll probably be able to test this again in...

Any news for a native way for this? This should be a must.

Right now, I'm using this system, to convert files in a standard folder `documents` from markdown to html through `marked`. Package.json: ```json { "scripts": { "predoc": "for f in $(find...