Ilia Andrienko

Results 5 issues of Ilia Andrienko

In my case, all *.log files are gitignored. But they show even if they ignore them manually: ![image](https://user-images.githubusercontent.com/6045971/145034766-fd815f24-7fcb-4494-a807-e855928ae7a6.png) (I want `snippets.build.log` to be hidden, doesnt hide it even if I...

- relpaced [rollup-plugin-typescript](https://www.npmjs.com/package/rollup-plugin-typescript) with [rollup-plugin-typescript2](https://www.npmjs.com/package/rollup-plugin-typescript2), which is more actively maintained - so it now builds again - removed `rollup-plugin-babel` which was not used - added `tslint` dev dependency, so `npm...

I have Windows 11, and I play on built-in intel GPU. It worked just fine on windows 10 (at least it never happened there) ![image](https://github.com/user-attachments/assets/7890b1fb-4007-4dce-bbd7-856bcd2c49b0) So, the issue is -...

### The issue I am using tw4 in my vite project, with vite plugin. In the project itself it works as expected. In ladle it used to work before, but...

needs triage

The [recipe](https://github.com/gulpjs/gulp/blob/master/docs/recipes/delete-files-folder.md) states, that users got to use `del` package to delete files. Packages I used previously for that, `gulp-clean` and `gulp-rimraf` are now both deprecated in favor of the...