RishabhBhatnagar

Results 6 issues of RishabhBhatnagar

As of now, the table of contents in the readme points to the theoretical explanation of the strategy in the readme file. It would be better to have a uri...

This is a follow-up of https://github.com/spdx/tools-python/pull/148#discussion_r509255423 . > I've tried running the convertor. But couldn't run it successfully for any of the ways defined in the README.md file. > >...

CONTRIBUTING.MD file should also describe how a commit message should be written or rather what a commit message should be. There is a [recent commit](https://github.com/spdx/tools-python/commit/209a92563ea321403e0e8abc2308644367d73996) in a PR whose title...

tech debt

$ python scrape.py http://www.wattpad.com/story/9876543-example-story http://www.wattpad.com/story/9999999-example-story-2 Story "He Doesn't Know.": 9876543 Traceback (most recent call last): File "scrape.py", line 134, in main() File "scrape.py", line 128, in main download_story(story_id) File "scrape.py",...

As evident from the [UML diagram](https://github.com/spdx/spdx-spec/blob/development/v2.2.1/model/SPDX-UML-Class-Diagram.jpg), classes like Package, File, Snippets, etc derive some of their fields/properties from an abstract class called SpdxItem. Currently, each of the subclasses defines each...

enhancement