maxlath
maxlath
without a language (`wdt:P407`) claim, we can't convert the collection title (`wdt:P1476`) to a monolingual value as required by Wikidata, thus the `invalid monolingualtext value` error when trying to move...
while trying to revert-merge https://inventaire.io/entity/inv:80ad2bc4c59713a69196f5cecb169949 the revert patch of that author's work https://inventaire.io/entity/inv:80ad2bc4c59713a69196f5cecb16bf77 crashed server logs (`Oct 27 12:35:56`): ``` ****** inverse patch 582c0644d0a9c06d4758deb86dfc388b:4 ****** [ { op: 'add', path:...
trying to revert the following patches: ``` 9af4620de64bfd1a74d4a289686ecbf3:3 9af4620de64bfd1a74d4a289686ed277:3 9af4620de64bfd1a74d4a289686eed63:3 ``` generated the following 500 error ``` Oct 29 17:48:31 SyntaxError: invalid array index -1 at parseArrayIndex (node_modules/jiff/lib/jsonPointer.js:144:8) at node_modules/jiff/lib/jsonPointer.js:70:35...
* it should be possible to create an edition of a serie. Ex: * an edition of *the Lord of the Ring* * "integrals" in general * it should be...
we currently use [CouchDB hexadecimal representation (`[0-9a-f]`) of 128 bits uuids (generated in sequential mode)](https://docs.couchdb.org/en/stable/config/misc.html#uuids-configuration), which results in ids of 32 characters that we use all over the app. The...
[this is a working draft] The current entity data model is very simple compared to Wikidata (see [Wikibase/DataModel](https://www.mediawiki.org/wiki/Wikibase/DataModel) and this [thread](https://twitter.com/maxlath/status/964282157165314048)), which comes with some costs: ## Pros ### Need...
**This issue isn't a todo, rather a way to investigate and document a possible future:** The required [Wikibase](http://wikiba.se) federation features to match what we are currently doing: * [ ]...
tasks that currently require admin access: Already integrated to the client interface: * merge entities Not integrated to the client yet: * change entity type * change entity fixed entities...
It seems that [node-sass v3.5 was a breaking release](https://github.com/sass/node-sass/issues/1474), thus bumping the version in ff6a7bf was introduced breaking changes here too. I'm not sure what should be done from there,...
Motivations: * accessing the file system through sync operation can get slow if there are many files to check * `fs.exists` is [deprecated since NodeJS v1.0.0 ](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback) If this sounds...