Gavin Chou

Results 22 comments of Gavin Chou

Nice tips, thank you! @PiotrZSL

> @PiotrZSL Can you please publish the code for `search` and `blame` enhancement that you have done? ![image](https://user-images.githubusercontent.com/6919662/101326483-4c423280-38a8-11eb-91e0-00a628023557.png) Here is my approach to global search, hack the search box: 1....

To address slow execution (single-threaded) problem, I fix it with multiprocess, check this commit for more details:

@kanihal Since you've solved the db problem, I would like to share some tips on generating compilation.json. Hope it may help in the future. For any project I'd like to...

Hi, @adonis0147 Thanks for your feedback, using MD5 for the incremental build is a generic idea, however, there is another problem to resolve -- how to manage the MD5 list?...

> > Hi, @adonis0147 Thanks for your feedback, using MD5 for the incremental build is a generic idea, however, there is another problem to resolve -- how to manage the...

@adonis0147 AFAIK, the worst case of this proposal is that some one forgets to update version.txt, which is no worse than the current situation -- we all have to rebuild...