Ignatiev Mikhail

Results 7 comments of Ignatiev Mikhail

I'm kinda did it, but with help of conditionals. Check out my pull request https://github.com/aduros/flambe/pull/304

You can do that with a little hack, but i agree that this feature is usefull ```javascript const jimp = require('jimp') jimp.prototype.__crop = jimp.prototype.crop jimp.prototype.crop = function (x, y, w,...

Does not work for `isEven('six')` or `isEven('five')` while this lib does

> Do you use WSL? Do you have something specific? I can't reproduce it on linux (Ubuntu), Windows 11 > > Even more, we have the same logic in many...

Webpack logs after step 4 ``` > [email protected] start > webpack watch [!!!] Running txt-loader.js at ***\projects\webpack-watchbug\source\assets asset main.js 4.25 KiB [compared for emit] (name: main) runtime modules 670 bytes...

> Threre is potential fix #16908, let's look at tests, because logic is really complex This fix is working fine on our end. Not sure about side effects though.

> `{}` seem to be the "existance only" object. So watchpack doesn't known about anything but that this file/directory exists. > > That doesn't seem to be enough for snapshoting,...