Gavin Chou

Results 22 comments of Gavin Chou

I ran into this issue too, replacing shiftKey with ctrlKey makes it work for me (macOS 10.13.6). ``` $element.mousewheel(function (evt) { if (evt.ctrlKey) { ```

> One problem with parallel build is that since the code generator don't use a real database for its output, there could be corruption as several thread or process tries...

> I tried with filesystem locks initially but it made the generation even slower than single process (maybe my approach was bad), so I tried another way: Each generator process...

> Its a script available here: https://github.com/KDAB/codebrowser/blob/master/scripts/runner.py > > The lock version is lost by now. @Waqar144 Thank you!