Calum Mackervoy

Results 8 issues of Calum Mackervoy

I'm working on a project which uses PyLD as a dependency. Reviewing the [JSON-LD spec on value objects](https://www.w3.org/TR/json-ld/#value-objects), it reads > The value associated with the @value key MUST be...

# Environment See https://github.com/dotnetrdf/dotnetrdf/issues/484 # Steps to reproduce When running ``` System.Net.ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; IGraph g = new Graph(); UriLoader.Load(g, new Uri("https://calum.inrupt.net/public/collections/characters.ttl")); // throws WebException A HTTP Error...

I've been working on a browser-based [text adventure game](https://github.com/Multi-User-Domain/utopian-dialogue) using React. I've been using [Windups](https://windups.gwil.co) and JavaScript to animate parts of the text. I started modelling the dialogue with Ink...

### Search terms you've used I've searched the issues on this repo and the solid community forum for posts referring to "blank node" The [getThing](https://docs.inrupt.com/developer-tools/api/javascript/solid-client/modules/thing_thing.html#getthing) documentation has a variation for...

enhancement
Triaged

### Feature suggestion At times there are multiple properties which data could include for the same information, e.g. `VCARD.FN` and `FOAF.name` for my name column ### Expected functionality/enhancement It would...

Expected Behaviour: The following example is given in the documentation, for nested fields using`many_to_one_extras`: ```python class CreateUserMutation(DjangoCreateMutation): class Meta: model = User many_to_one_extras = { "cats": { "add": {"type": "auto"}...

Closes #7 Controls whether the front-end component can create a new tag. Doesn't restrict it server-side, which is left to the application developer

Hello! I notice that the interoperability vocabulary is currently published here: https://solid.github.io/data-interoperability-panel/specification/interop.ttl based on the (WIP) Inrupt vocabulary guidelines (https://github.com/inrupt/public-documentation/pull/10/files) and the other solid vocabularies I think that it will...