Alex Kreidler
Alex Kreidler
I am using Voyager as a dependency subchart of a larger project. This means that Helm will 1. Put voyager in the same release as the larger project 2. Put...
Similar to the `kubectl describe` tool, it would be useful to have a `voyager verify` tool to verify kubernetes `Ingress` resource yaml files with voyager's own error checking code in...
I have an entry in a JSON-LD file like this: ``` { "@id": "ex:BOE/code/INSTRUMENTS/LDA>1Y", "@type": "skos:Concept", "skos:prefLabel": "Medium and long term deposits", "skos:notation": "LDA>1Y" }, ``` It gets converted by...
The query from issue #94 takes a while (18 seconds) to run on 36M triples which take up 5.7 GB on disk. When I run it again, it takes a...
I first just want to say thanks for your work! I've now loaded a dataset with 36 million triples into Oxigraph:  I was wondering if Oxigraph could (perhaps while...
Currently, users can POST data into the database using a variety of formats. It would be great to support JSON-LD. I'm interested in implementing this feature. I'm not sure where...
Closes #99 This callback returns all the unselected values, and is called whenever `onSelectionFinish` is called. This allows the user of the component to better keep track of selected state...
It would be nice if there was a `grpc-tools` and/or `grpc_node_plugin` option that would generate client and server code that follows the ES6 Promise and ES7 async/await model. For example,...
Right now, if I want to add a nested action to a resource, I need to do this: ```apib ## Apples [/apples] ### Get all apples [GET] + Response 200...
This would mainly be useful for machine learning development in Docker, and would allow us to use https://github.com/NVIDIA/nvidia-docker (or similar) to build and run GPU containers. See https://github.com/mist64/xhyve/issues/108.