Ritesh Jagga

Results 10 comments of Ritesh Jagga

You can click the **Live Preview** eye icon on the right side if right side panel is not appearing and then click the green refresh button in the top-right whose...

This became a difficult problem to reproduce. I tried to reproduce this as a simple case in a different project than the real project: **Node Version:** 16.14.0 and using **yarn**...

@yocontra Thank you for the suggestion, listening the `finished` instead of `end` throws the error for 1.2.2. too. I'm not entirely sure if it is event stream issue. Finding more......

Finally a solution to this problem, **Solution:** Adding [gulp-buffer](https://www.npmjs.com/package/gulp-buffer) in front of the [gulp-rename](https://www.npmjs.com/package/gulp-rename) (this package) solves the problem, as in ``` const buffer = require('gulp-buffer') // .... .pipe(buffer()) .pipe(rename({...

It would be nice to have them in the scope of the plugin. We have a case where our spec files are in different directory than the src files but...

This issue happened when we wanted to upgrade Node 14 to Node 16. The package.json field needs an update for the main field to have it working correctly with Node...

Let me share why I needed to upgrade jest independently. May be it helps someone who faces issue with tsdx + jest + enzyme setup. [There was a blocking issue...

I had to do the following in tsdx based project to fix this ### 1. Add **eslint-plugin-prettier** package Execute`yarn add -D eslint-plugin-prettier` or `npm` equivalent to add the latest package....

I think more project build failures might be reported today because Mar 15, 2022 was the deadline as per the link in the issue description. There can be many like...

Thank you @jacobtani, we followed the same approach by forking this repository in an account.