Tomasz Pluskiewicz

Results 305 issues of Tomasz Pluskiewicz

UNPKG is stricter with CORS now? Switched to jsDeliver Fixes #29

It can be useful to use `equals` to narrow down a term's type. For example, in my code I have ```ts if (functionPtr.term.equals(dashSparql.in) || functionPtr.term.equals(dashSparql.notin)) { return new InExpression(pointer.term, functionPtr.term,...

I post here because this repo probably has the best reach to discuss RDF/JS at the moment. We have 3 specs: data model, dataset and stream. I was thinking about...

I have been looking into Qleverfiles recently and I find the JSON keys a little awkward. Take the `[index]` section from wikidata example ```ini [index] INPUT_FILES = latest-all.ttl.bz2 latest-lexemes.ttl.bz2 dcatap.nt...

It looks like QLeverfile has evolved enough complexity to warrant using a more flexible language. A popular choice would be YAML which supports JSON Schema, arrays and deep structures I...

Similarly to how `MULTIPLE_INPUT_JSON` allows multiple command to pipe data to index, it would be useful to define multiple command to get data from various sources. Re #117, YAML would...

Inspired by the existing implementation of search dialects, I added a basic one which uses REGEX. It becomes the default, so that `fullTextSearchDialect` setting is not required There additional observations...

The endpoint URL is hardcoded to `https://ld.flux.zazuko.com/query` I think the configuration value `endpointUrl` should be used?

The application should keep navigation state between pages **To reproduce** 1. Open the search page 2. Filter by a class 3. Select an instance 4. Go back **Expected behavior** The...