Diego de la Hera

Results 85 issues of Diego de la Hera

### Basic info: - **Node.js version:** v12.22.5 - **jsdom version:** v19.0.0 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const dom = new JSDOM(` JS Bin `);...

xpath

When running unicharset_extractor on the Spanish langdata, it warns that capital "Ñ", capital "É" and "«" are absent from the training text (while their counterparts, "ñ", "é" and "»", are...

In PR #68 I commented > you [write](https://github.com/maxlath/wikibase-edit/blob/d42636f20da56c82a55748e3807bb4d7aea419cb/lib/datatype_tests.js#L31) "Only trying to parse 5-digit years or below". Shouldn't 5-digit years fail? Shouldn't that be 4-digits only? to which @maxlath replied >...

- wikibase-edit version: 4.11.8 - Environment: browser version Editing Wikidata entities anonymously seems to be failing with "badtoken: Invalid CSRF token". For example, I tried this: ```js const wdEdit =...

anonymous / IP edits

- wikibase-edit version: 4.11.8 - Environment: browser version I'm developing a plugin for Zotero, which runs on Firefox runtime environment. Wikidata is returning multiple `set-cookie` headers, and cross-fetch is failing...

### Basic info: In browsers, XPathExpression's `evaluate` method takes an optional `type` parameter: https://developer.mozilla.org/en-US/docs/Web/API/XPathExpression/evaluate However, JSDOM's XPathExpression's `evaluate` method fails if the type parameter is ommited, with a "You must...

xpath

Zotero 6 introduced new item type "preprint". The Wikidata QuickStatements translator should export this as an instance of [Q580922](https://www.wikidata.org/wiki/Q580922) (preprint).

With Zotero 6 [introducing](https://www.zotero.org/support/changelog#changes_in_60_march_17_2022) new item type "preprint", the `Wikidata` translator may support importing instances of [Q580922](https://www.zotero.org/support/changelog#changes_in_60_march_17_2022) (preprint).

An adaptation of Wikidata translator is used in the [Cita addon for Zotero](https://github.com/diegodlh/zotero-cita/). There, a user [noticed](https://github.com/diegodlh/zotero-cita/issues/93) that a Wikidata item ([Q713593](https://www.wikidata.org/wiki/Q713593)) was not understood by the translator as a...

There seems to be a 250 character limit for Wikidata item labels. Zotkat's Wikidata export translator maps the Zotero's item title to the label of the Wikidata item to be...