Hardik Viradiya
Hardik Viradiya
Is there any solution to this. I am still having this issue.
 This is one of test case of mongoosastic for routing. You can see in above screenshot that content is same as routing....
I was able to reproduce this when I remove image from array. like `this.imageSources.splice(2, 1);` So when we are on currentindex 2 and we remove it from array, it is...
even in 1.3.0-beta.11 version, when image array in empty, this issue is being reproduced. so I prevented that using ngIf directive as below so that it does not initialize. ```...
I have added comment for nuxt 3 on following. Just keeping it here for updates on that. https://github.com/nuxt/framework/discussions/7872#discussioncomment-3752430
I was already using that project (one from which you forked), and I was using a class-based component in that. So once this nuxt 3 upgrade issue is resolved I...
Sure. But the current main priority is to upgrade to nuxt 3 then only we can move to vue 3.
Not copying binary but js file. Following part of your comment, I didn't get though. "However, It might make sense to create a fake device for a virtual file stats...
Yes. source we are including using --source option. and one thing I stated incorrectly in previous comment. that is, source is actually folder not js file. folder is basically one...
@calebboyd I had also logged issue on fs-extra and they closed it stating issue needs to be fixed from nexe side only. apart from that one more point, issue is...