Ivan Nikitin

Results 18 comments of Ivan Nikitin

@cuixiping Here is a port to JS: https://github.com/zx6733090/gifmin

> > Fixed heic2any.js is available here: https://github.com/chebum/heic2any/tree/master/dist > > Is there npm of this fork? You can install it as below: `npm install --save github:chebum/heic2any`

I believe the author meant the library uses web workers to process images.

It works on my machine. Did you set settings.Debug to true when checking?

Hi, As far as I can see, it appears correctly: http://i.imgur.com/oEJ9l.png Here is my setup code: ``` C# AppiraterSettings settings = new AppiraterSettings (123454656); settings.AppName = (NSString) NSBundle.MainBundle.InfoDictionary.ObjectForKey (new NSString...

Hi, I ran into the same issue as @smithwib. Making a fix, I doubt if the test is correct. This line bothers me: `var expected = { '.': ['Project (LO)/',...

@crazyhuggins excessive watches is what I fixed there: > You configure to watch for changes in src folder and gaze also starts monitoring node_modules folder as well.

As long as this repo seems to be abandoned, take a look at this fork: https://github.com/chebum/gaze It contains a fix and use instructions.

@shama My fix conflicts with a test mentioned in #214. I believe the test is wrong. Could you please check if I'm correct or not?

It seems this problem surfaced earlier: https://github.com/tjko/jpegoptim/issues/46#issuecomment-791039186