Harshvardhan Pandit

Results 146 issues of Harshvardhan Pandit

Currently, the WIDOCO input is taken as a single monolithic ontology. Instead, if the input ontology is modular i.e. segregated into separate files and either specified using `owl:import` or via...

Currently, [section 4](https://www.dataprotectioncontrol.org/spec/#definitions) outlines definitions for user, user agent, controller, and website. It should also contain definitions for other canonical terms used in the document, which are: - signal ([section...

There is a [Browser Plugin](https://github.com/Data-Protection-Control/browser-extension) provided as a prototype/demo implementation, which is client-side implementation of ADPC signals and its management. A similar prototype showing a possible utilisation and management of...

Currently, the ADPC suggests the fields and notations for specifying permissions and prohibitions. It doesn't provide guidance on what the terms within those rules or policies or signals should be,...

The existing copy functionality that creates a copy button and handles onclick copy to clipboard does not work as intended (checked on multiple browsers). https://github.com/cygri/prefix.cc/blob/cbc85c00e59e00cf4fee697374109fdd9027231a/script.js#L82 I'm not sure exactly what...

Hello. Together with @besteves4 we created machine-readable rules for each DUO concept using [Open Digital Rights Language (ODRL)](https://www.w3.org/TR/odrl-model/), a W3C standard, and indicate how to optionally relate it to jurisdiction-agnostic...

Hi. Currently the dmenu GUI defaults to showing the bar at the top of the screen. Can this be changed to utilise other positions, e.g. bottom of the screen? (thanks...

Hi. An adopter or user of Solid faces the following three questions: 1. How to describe what their implementation and use-case is regarding use of 'Solid' ? 2. How does...

Through the use of comments to describe the structure and interpretation of a C program, C4 can be turned into a learning resource for those who wish to learn C/compilers.

Using LODE to connect to sites that use Let's Encrypt's certificates, Java throws the following error- ``` sun.security.validator.ValidatorException: PKIX path building failed ``` See more info at - [link](https://stackoverflow.com/questions/34110426/does-java-support-lets-encrypt-certificates#34111150) As...