garpinc

Results 10 issues of garpinc

I have 2 objects that implement the same interface but are different types that i'm trying to diff and i'm getting error "Instances must either be null or have the...

type: question

I'm getting back following even though I've specified to omit graph ``` { "@context" : [ "http://cambridgesemantics.com/ontologies/2018/06/MetadataDictionary/ClassConcept", "http://cambridgesemantics.com/ontologies/2018/06/MetadataDictionary/PrimaryKey", "http://cambridgesemantics.com/ontologies/2018/06/MetadataDictionary/MetadataDictionary" ], "@graph" : [ { "uri" : "http://test1", "type" : "metaframe:MetadataDictionary",...

Is there a way to have @list be suppressed and replaced with just a json list? i.e: with a context "keyParts": { "@id": "metaframe:keyParts" } I get this returned but...

I have the following rdf ``` { a , ; "6"^^ . a , ; "6"^^ . a , , ; , . } ``` When I run it through...

I have wprentals theme and sublanguage plugin for translation Under custom post type permalinks I see estate_property [baseurl]/holiday-home/ and /%property_category%/%postname%/ In sublanguage I see: Permalink base slug is originally: holiday-home....

With the following test case and the serialized data [model-ser.zip](https://github.com/jsonld-java/jsonld-java/files/11397861/model-ser.zip) (you need to unzip and change the path to the file). When running test case we run into an infinite...

https://github.com/mitodl/keycloak-scim It's apache license so compatible.

I would like to load up an initial scim configuration into server on startup. How can I do that? With the rest of keycloak I seed the initial keycloak config...

After your fix I realized that the retrievals via your Scim endpoints were blazing fast in comparison to my other implementation which talks via the keycloak rest api. As such...

We're considering purchasing the enterprise version of this and so we thought we'd try free version to see how well it would work for us. I'm using version 21.1.2 of...