Golmote

Results 6 comments of Golmote

@DmitrySoshnikov I think the default options should lead to an output that follows those principles: - Optimize and minimize as much as possible - Don't (ever?) make the optimized regexp...

@DmitrySoshnikov Hi, I'm encountering issues while trying to implement this. - With our current `yargs` behaviour, options would technically be global, and not specific to the Optimizer. I'm not sure...

@DmitrySoshnikov The problem is that even if we can have per-command/per-module options, they would still end up being kinda global on the programmatic side. Consider a `--loose` option for the...

Hi! I totally agree. I got a bit worried of adding the options thing, because of all the repercussions it had on the codebase last time I tried. I'm not...

Hello, I'm encountering the same issue. `brew reinstall jpeg` did not fix the issue for me.

Hello again, thanks to [help from the jpegoptim owner](https://github.com/tjko/jpegoptim/issues/46#issuecomment-791039186), I managed to install `jpegoptim-bin` but I had to set flags first: ``` CPPFLAGS="-I /opt/homebrew/Cellar/jpeg/9d/include" LDFLAGS="-L /opt/homebrew/Cellar/jpeg/9d/lib" npm install --save-dev jpegoptim-bin...