Jakob Voß

Results 405 issues of Jakob Voß

To sort items by a given field, e.g. sort by field `creator.name` or to sort reverse by numeric field `size`: ``` catmandu convert JSON to JSON --sort creator.name catmandu convert...

idea
enhancement

Why can't I just type ``` catmandu import JSON test.json to DBI dbi:SQLite:test.sqlite ``` The primary and most common option to Catmandu::Importer is `file` and the primary, mandatory option to...

idea

Dancer::Deployment seems a bit out of date given than cloud computing is much more common today. The document should better cover deployment on OpenShift, Stackato, Heroku, Docker etc. By the...

Documentation

See https://github.com/luizperes/simdjson_nodejs

See https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository

Right now each `index.md` begins with a prorietary form of metadata put into markdown syntax. This key-value data should better be put into a yaml file, for instance: ``` Title:...

Mardown allows for alternative syntax variants, for instance how to create headings, lists, whitespace, etc. Unless we agree on one normalized form, there will be many forms of exactely the...

The structure of this format seems to be documented only through examples and the documentation (e.g. which fields are required, what they must contain...). An additional JSON Schema may help...

JSON Schema

The current requirements to import new catalogs come with large technical debt (docker, python...). Compared this with [Mix'n'match import](https://tools.wmflabs.org/mix-n-match/import.php) where it is enough to provide: 1. a set of metadata...

discussion

`validate_and_format_data.js` and included parts should be moved to wikidata-sdk and made public to expand the flexible format of edit-entity to the more strict, consistent and verbose entity format. This is...

feature request