Miel Vander Sande
Miel Vander Sande
Thanks! Perhaps it should be part of the INFO level?
@pc3356 what's your take on this?
> Hi, Thanks for this; I’ll put together a test case and try to get this updated as soon as I can. great, thanks! > In foam, the Range of...
BTW, having a Document type doesn't return any results because probably it't looking for a `ex:Me foaf:homepage ?h . ?h a foaf:Document`, which is not present. But I don't reach...
It is common to share a `context.jsonld` across JSON-LD files or responses; it is often published publicly somewhere. It would be handy to base a graphql schema on an existing...
It should probably entail something like: - watch the schema and/or config file using something like [WatchService](https://docs.oracle.com/javase/7/docs/api/java/nio/file/WatchService.html) - retain the existing config & schema until it is successfully parsed and...
agreed and low priority of course
Hi Philip > Hi Miel, Actually, the version on Github is v2.0.0 (as per `build.gradle`), and I have updated the README to show this. I’m not sure where you found...
Hi @newhouse , I mostly mean the statuscodes you can expect and what they mean. Or examples of POST or GET requests, what headers need to be set, etc. Also...
In https://github.com/anvilco/spectaql/blob/main/app/views/partials/layout/nav.hbs#L9 the word 'Introduction' would be configurable and it would change to something like ``` {{#if x-labels.introduction}} {{x-labels.introduction}} {{else}} Introduction {{/if}} ``` One step further (and probably also easier)...