Jakub Klímek

Results 165 issues of Jakub Klímek

The variable name is highlighted only to the unicode character (ň), not including it. ![image](https://user-images.githubusercontent.com/718827/105840925-1aaa3580-5fd4-11eb-89f0-342b7d9a8926.png) vs. ![image](https://user-images.githubusercontent.com/718827/105840968-2d246f00-5fd4-11eb-83fc-38eb8029c14e.png)

bug

When I load a large number of datasets with multiple processes using ckanapi like this: ``` ckanapi load datasets -I /data/ckan.jsonl.gz -z -p 4 -c /etc/ckan/testing/development.ini ``` Eventually, a Solr...

I have a fixed JSON structure that I can't change: ```json { "@type": "Organization", "@id": "http://example.com/id/60747862", "id": "60747862", "name": { "en": "MyName" } } ``` Now I would like to...

spec-design
api
syntax
framing

I have the following JSON-LD: ```json { "@context": { "@version": 1.1, "@import": "https://ofn.gov.cz/věc/2020-07-01/kontexty/věc.jsonld", "@propagate": true, "nedefinováno": "https://slovník.gov.cz/nedefinováno/", "Téma dizertační práce": { "@id": "nedefinováno:téma-dizertační-práce", "@context": { "konzultant": { "@id": "nedefinováno:konzultant", "@context":...

playground

I miss our tool [LinkedPipes ETL](https://etl.linkedpipes.com/) in the list of tools for RDF conversion and/or ETL. Full disclosure: I am one of the authors. Nevertheless, I think the tool belongs...

issue type: proposal - recipe change requested

Moved from https://github.com/solid/solid/issues/140 In the ```node-solid-server``` file browser, the tooltip for the "Add" button reads: ```Add another tool to the meeting```, but a folder is not a meeting, so something...

### Expected Behaviour When CSVW schema contains ```"datatype": "number"``` in column definition, the values should be validated as numbers ### Current Behaviour (for problems) csvlint crashes with: ``` NOTE: Csvlint::Schema.load_from_json...

When trying to work with CSV on the Web (rdf-tabular) on Windows, I get an error connected to how Windows paths are processed: ``` > rdf validate --input-format tabular 1.csv-metadata.json...

A forward slash in JSON key like this: ```json { "@context": { "@version": 1.1, "a/b": "https://a" } } ``` is treated as bad syntax: `jsonld.SyntaxError: Invalid JSON-LD syntax; term in...

I execute a pipeline using Pipeline executor configured like this: ![image](https://github.com/linkedpipes/etl/assets/718827/cbfb9e18-1ed0-4e4f-8ea5-a7f66939a4c7) I expect that during execution, I have access to the debug data. But I do not. I get: ![image](https://github.com/linkedpipes/etl/assets/718827/c7e68125-7d3f-4b54-83e6-f3536fd98a22)

bug