Tomasz Pluskiewicz
Tomasz Pluskiewicz
I use `eye` to process rules which use shorthand resource paths. For example, ```turtle "Some message"^log:trace . ``` This would be equivalent to ```turtle [] log:trace "Some message" . ```...
This can be used in eye to run a shell script ```turtle prefix e: "sleep 1" e:exec 0 . ``` n3.js fails here with message `Expected entity but got literal...
When `/query` is requested without parameters, the server returns 400 with the text `Unknown path` in body. Instead, it would be nice to support [SPARQL Service Description](https://www.w3.org/TR/sparql12-service-description/)
For a relatively popular project that is likely to grow rapidly in near future, it should be very important to start maintaining a changelog and tag the repository/docker images using...
## What I did I made the `(not)equalSnapshot` functions return a promise. Call without `await` causes an unhandled promise rejection, leading to green tests and no snapshot comparison actually running.
1. Create a test with snaphot 2. `*.snap.js` is created 3. Modify the test ## Expected behavior Test should fail ## Actual Behavior Test still passes until I restart `@web/test-runner`...
I use the API viewer element like ```html ``` The `rdf-element` component fires a `quads-changed` event. Even though the prop is included in `exclude-knobs`, it still tries to run `host.syncKnob`...
I have a query generated using the Generator which should contains pattern like this: ```sparql ?resource2 ( schema:name "L'Abb*" ) ``` The list, however, is produced with labeled blank nodes...
It would be nice if the Oxigraph `Store` implemented JS [`DatasetCore` interface](https://github.com/rdfjs/types/blob/master/dataset.d.ts#L7-L48) It appears close and would make it very useful when working with JS libraries
**Describe the bug** I added a feature in a website that we build where users will be able to submit entries to a certain collection by using a form available...