Harshvardhan Pandit

Results 146 issues of Harshvardhan Pandit

Add a continuous integration service like **travis** to automate tests and deployment.

bug
testing

The title assertions fail in tests with the error(s): ```Traceback (most recent call last): File "tests/tests.py", line 74, in test_books assert(item["title"] in ["Regular Expressions Cookbook", "Das Kapital"]) AssertionError `````` ```Traceback...

bug
testing

importing klip gives an error on `__init__.py`: ```>>> import klip Traceback (most recent call last): File "", line 1, in File "/Users/HarsH/CODE/python/virtual/klip/lib/python3.5/site-packages/klip/**init**.py", line 2, in from devices import BaseKindle ImportError:...

bug
lib

The `BaseKindle` class is used to instantiate other device classes but is not useful by itself. Parser code checks if an object is an instance of the base class in...

The `device.py` classes categorise kindle models as **BaseKindle (None), OldGenKindle, Paperwhite and Touch**. It is not clear which of the kindle models this maps to. Consider this [wikipedia article](https://en.wikipedia.org/wiki/Amazon_Kindle) for...

Hi. I realise this is a big ask and its probably quite late given the implementation progress, but IMHO this is an important consideration. The term `AccessNeed`, describe through `AccessNeedDescription`,...

Hi. The RDF files do not specify what is the IRI of the vocab in the file itself. e.g. [interop.ttl](https://github.com/solid/data-interoperability-panel/blob/gh-pages/specification/interop.ttl#L1) does not specify namespace IRI in the prefix (``) or...

The spec defines `SocialAgent` as: > A Social Agent is a strongly identifiable individual, group, or organization that can own or be responsible for data, and provide authorization to the...

Hi. Currently the vocabulary does not provide sufficient concepts to represent information related to Pod functionalities. For example, Who developed/provided the App? Who is the Infrastructure provider for Solid? These...

tldr; implications of license used (GPL v3) may restrict adoption and use in typical use-cases; a more permissive license such as GPL v2 or Apache 2.0 may be better Hi....