Prince Roshan

Results 36 comments of Prince Roshan

Hi @h2non The magic number of all the office documents are same how will I distinguish between doc, xls, and ppt file. I have also checked the ```https://github.com/file/file``` but that...

Hi @liuminglm Does this require more then changing ```return htlm_code[0]``` to ```return [html_code[0].encode ()]``` https://github.com/salamer/jolla/blob/c3662a1743c4b0a3c5e7311190a6914b33beb524/jolla/server.py#L270 I have tested the example by simply changing this line and tweaking imports according to...

Do you want to use semantic release for this task? This will maintain all the diffs between the releases and generates a CHANGELOG.md with the info you are maintaining in...

Hi @pri22296 , Actually I also felt this requirement some time ago. Maybe we can provide a method to transpose the beautiful table object. I need to look at the...

@chiragnagpal please review.

Sir, Currently, I have added the dependencies in install_requires filed of setup.py file explicitly. But if the dependencies increase then it may breaks. If this is the only required dependencies...

sorry about this. I found this from https://packaging.python.org/tutorials/installing-packages/ Source Distributions vs Wheels pip can install from either Source Distributions (sdist) or Wheels, but if both are present on PyPI, pip...

One more query. I have tested only the load_datasets function of dsm.dataset. And it is working. Does this mean every other function will work? ``` >>> import dsm >>> import...

Yes, sir, Travis will check, But I have experience of breaking the code of a package having a subpackage or data file because I was running the test cases before...