Joshua Nitschke
Joshua Nitschke
FYI, I was on Angular 7 (upgraded from Angular 6) without any issues.
Try running npm install On Sat, Jun 15, 2019, 11:54 Elvis Nieves wrote: > Angular 8 is not working properly even after new update. > It gives this error on...
Is your index file html or pug? Mine is html, everything else is pug. I'm not sure if that makes a difference. Everything is running fine on my current angular...
Did you see this? What version of node are you using? https://github.com/pugjs/pug-loader/issues/120 node -v v10.7.0 On Sun, Jun 16, 2019 at 9:19 PM Elvis Nieves wrote: > Yes, the index...
It's easy, you just need to do the following: **Update Angular Schematics to Generate .pug** 1) Go to: node_modules/@schematics/angular/component/files/ 2) Rename __name@dasherize__.component.html.template => __name@dasherize__.component.pug.template 3) Update pug template to pug...
@AdrianEddy this is my next one, starting it this weekend.
So i am able to reproduce the issue. It seems you have to have started playing a video for the issue to occur as I can switch videos multiple times...
@nightflasher obviously, I was just giving better details on how to reproduce the error so that @wang-bin can troubleshoot, the error is occurring from his library.
@AdrianEddy sure I'll do it. I made the assumption after seeing cpp macro that this was the MDK library code; I didn't realize from there that this function was part...
@AdrianEddy - seems to have something to do with resetting the unique pointer? I have no experience with C++ and I did some googling, but nothing really stood out to...