Diego de la Hera

Results 44 comments of Diego de la Hera

@Katharsas, I'm not sure what the reason could be. Does the problem still occur in a brand new Firefox profile? You can browse to `about:profiles` to create and run a...

Just for the record, [this](https://github.com/mozilla/addons/issues/611) issue from 2018 states that the Identity API is not supported in Firefox for Android. Apparently it is still not supported in the new Firefox...

> is this similar to https://github.com/json-editor/json-editor/issues/1158 ? Hi, @schmunk42. That's what I thought. But I understood that #1158 is about using oneOf/anyOf inside a schema invoked via $ref. That's why...

Thanks, @germanbisurgi. For now, I ended up not using `$ref` for the specific case I was having trouble with. But I didn't know about json-schema-ref-parser. Nice! I'll take it into...

Noting that I'm still seeing the same issue with JSDOM 20.0.0 and Node 16.16.0. As a temporary workaround, I'm trying the `parsedXPath.evaluate()` call within the try-catch block as well.

Effectively, I retried tesstrain.sh with langdata_lstm and the training_text file is so long that this time unicharset_extractor did not complain about missing characters. Still, as users may still be using...

This is exactly what I'm looking for! I'm developing a WikiCite (a Wikidata project) [plugin](https://github.com/diegodlh/zotero-wikicite) for the reference management software Zotero, and I would like to provide a way of...

Amazing! This is exactly what I was looking for. I installed it through npm and tried it with a simple set of QS commands returned by Zotero's QuickStatements export translator:...

I finally found the time to look into this more closely today. I submitted a PR that seems to fix it. With this fix, and other time-value-related [fixes](https://github.com/maxlath/wikibase-edit/pull/68), I'm [using](https://github.com/diegodlh/zotero-cita/commit/00f79449d1f08664b93f07b547e85e953a922f6e)...

> owner-only oauth are actually way simpler to setup than I feared, so simply deprecating login by username and password could be an option? Owner-only OAuth seem to be the...