Tomasz Pluskiewicz
Tomasz Pluskiewicz
My package has this in package.config ```json { "repository": "[email protected]:zazuko/openlayers-elements.git" } ``` It fails to publish with error `{"message": "No github URL associated with package", "code": 15}` unless the repository...
Proposed implementation which closes #21
I am trying to build a workflow around a set of packages in a monorepo. This could mean a new project, adding packages to an existing workspace or introducing `AutoTag`...
Hydra can also include operations inlined in the representation ``` json { "@id": "Person", "hydra:operation": [ { "@type": "hydra:DeleteOperation" }, { "@type": "hydra:ReplaceOperation" } ] } ``` They should be...
re https://github.com/HydraCG/Specifications/issues/233 Alcaeus should also be able to find collections where the member assertions are on the class type, as long as they appear in the ApiDocumentation resource representation. This...
In v1.0 all requests get combined into a single dataset. The purpose of that was to have an easy way to combine different resource representations and especially their API Documentation(s)...
Currently it is possible to set the `defaultHeaders` which can also include `content-type` This is likely going to be a common thing to do and maybe some setting could be...
The invoke methods should allow calling with an `RdfResource` or `DatasetCore` object and the underlying dataset would be serialised with `formats-common` The question is how the forma would be selected....