Tushar Gautam
Tushar Gautam
@hjeonee Thanks for the wonderful suggestion! Unfortunately, I do not have time to work on it at this moment. :( If you have spare cycles, I will highly appreciate a...
@shangqin Hey, we could implement the feature and it seems like there are some [tools](https://github.com/mstamy2/PyPDF2) already available that could possibly merge various PDFs into one. So maybe we can reuse...
@geertjanvdk Is there a chance that `parent.Result` returns all results not just from its immediate ancestor in the parent chain but also that ancestor’s siblings? Since there is 1-1 relationship...
@Asnelchristian and I will happy to merge a patch from you! :wink:
@AbdealiJK A. Yeah. 30kbs isn't a lot. But I thought why not save those 30kbs if we could do it. My thought was to minimise the overall size of the...
@rishabhs95 Well noticed! :smile: Btw currently we _are_ considering severity ( and a few more factors too) while filtering search results. Actually severity are numbers [1..3], so they can be...
@rishabhs95 Sure! Go ahead. I've assigned you!
One approach was to just check if certain files exist. This approach isn't nice because @Uran198 pointed out that checking only index.html is bad for several reasons: - It's hardcoded....
This issue is absurd. `bower install` need not be run while installing coala-html. Use of bower is only when user runs coala-html first time - when angular app has been...
@AbdealiJK @sils1297 So what happens now is that the user installs coala-html that contains angular packages including `bower.json`. Now the app requires static files that are being fetched using bower...