Zoltan
Zoltan
one thing I can think of: in Windows the directory separator is "\\" while on *nix it is "/" could this difference cause this problem? see: https://golang.org/pkg/os/#PathSeparator
Sure. Results:  Middle of night here, too. I'm in Hungary.
I ran it with your suggested CLI arg, see:  Now it only checks that directory for binaries. But the output for those files are the same as above.
Sure. Results are: ``` C:\Users\User\AppData\Roaming\npm\cleancss true false true false false C:\Users\User\AppData\Roaming\npm\cleancss.cmd true false true false false C:\Users\User\AppData\Roaming\npm\css-beautify true false true false false C:\Users\User\AppData\Roaming\npm\css-beautify.cmd true false true false false C:\Users\User\AppData\Roaming\npm\csslint true...
OK, I will check it out. But only tomorrow, not tonight. I'll report you back what I've found. If I manage to fix it, I'll submit a PR. Thanks for...
I just added a note stating that it is still not working, see: https://github.com/golang/go/issues/23749 I still cannot build anything that imports `bimg` since Go 1.10 and the problem still persists...
@ryanfowler Hmm... That's interesting! How do you import the `bimg` library? I do it this way: ``` package main import ( bimg "gopkg.in/h2non/bimg.v1" ) ``` Also, what OS are you...
@caquillo07 See solution here: https://github.com/h2non/bimg/issues/280
Guys, I feel your pain! I also use Windows myself and it is really tough to properly escape some commands and/or command arguments. The `Minify` plugin for SublimeText is a...
@davidenco I am not the author of this program, but I figured this one out for you. If you look at the source code of jpeg-recompress then you can see...