Jindřich Mynarz

Results 19 issues of Jindřich Mynarz

I have a larger JSON-LD document (24 MB expanded). Framing it gets stuck with 1 CPU fully used (little memory is used). I have a few questions: * What kinds...

When `@base` and a prefix declaration have a common domain, JSON-LD framing converts the prefix declaration into an incorrect relative IRI. For example: ```json [ { "https://example.com/ontology/a#bar": [ { "@value":...

Similarly to #281, it would be useful if the GeoTools component's inputs for "Default coordinates type" and "Type of output coordinates" were select boxes (or autocomplete-enabled combo-boxes) that list only...

enhancement

When you drag output of a component and release, you are presented with a list of DPUs with compatible inputs. When the components have more compatible inputs, they are display...

CloudFormation currently cannot configure copying tags of [Neptune DB instances](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html) to their snapshots. This can be done via the AWS CLI's option `--copy-tags-to-snapshot` for [`aws neptune modify-db-instance`](https://docs.aws.amazon.com/cli/latest/reference/neptune/modify-db-instance.html). Can you enable...

The [documentation for cookies](https://github.com/luminus-framework/luminus/blob/master/resources/md/sessions_cookies.md#cookies) shows that cookies can be set like this: ``` clj (-> "cookie set" response (update-in [:cookies "username" :value] "Alice")) ``` I don't think `(response "cookie set")`...

Includes nested in an included file are treated like literals instead of being resolved to the included files. The README suggests nesting works only for two levels, but this experience...

Develop a DPU that wraps [Silk](https://github.com/silk-framework/silk) link discovery framework. The DPU should work as a transformer that takes data to link as RDF inputs and produces links as RDF output....

enhancement

Hi, the [`--constraint` parameter](https://github.com/ontop/ontop/blob/2606d30b83fb01269525d1342947e13bc503a04c/client/cli/src/main/java/it/unibz/inf/ontop/cli/OntopMappingOntologyRelatedCommand.java#L38-L41) of [Ontop CLI](https://ontop-vkg.org/guide/cli.html) is ignored in the current `version5` branch. If I understand [this comment](https://github.com/ontop/ontop/issues/571#issuecomment-1318586660) correctly, the [implicit database constraints](https://github.com/ontop/ontop/wiki/Implicit-database-constraints) are considered a legacy mechanism, so...

type: defect
status: under analysis

When you have a SPARQL query with nested `OPTIONAL` clauses, such as the following, it's performance is poor, typically causing timeouts. ```rq PREFIX bibo: PREFIX dcterms: SELECT * WHERE {...

bug