alpha-and-omega

Results 6 comments of alpha-and-omega

This will simplify the installation process for everyone, especially for those who are not familiar with Python tools (like me).

If you don't like it, just don't touch it! I have nothing against it, for me this is good idea. Nobody uses barcodes for images, barcodes are used for printing.

Yes. But increasing timout makes menu slow. @xfra35 I have proposed better fix here #609

Yep, again and again and this fix still not merged for almost a year @tkirda. #685 @719media the problem with your fix is, that if you start clicking on results...

My workaround using click status variable (better hide it in local scope): ``` var click_is_valid = true; $('.dragscroll').on('scroll', function() { click_is_valid = false; }); // change to correct selector of...

Solution Change `grunt.registerTask('cacheBust', ['cacheBust']);` to: `grunt.registerTask('lolcacheBust', ['cacheBust']);` `grunt cacheBust` command probably starts some internal magic related to cacheBust module itself and leads to this bug.