maxlath
maxlath
running `pdf-redact-tools --sanitize an-untrusted.pdf` I got the following error: ``` Converting PDF to PNGs Flattening PNGs Traceback (most recent call last): File "/usr/bin/pdf-redact-tools", line 178, in main() File "/usr/bin/pdf-redact-tools", line...
@hsaif [comment](https://github.com/maxlath/wikidata-filter/issues/13#issuecomment-386536211): > Something I noticed is that passing 25K claims to the filter render the process extremely slow. For example, my process has been running for 19 hours now...
allow to remove all the qualifiers of a claim for a given property, without passing qualifier hashes
see https://twitter.com/tmtm/status/1559496620022063108
[FederatedProperties](https://doc.wikimedia.org/Wikibase/master/php/md_docs_components_repo-federated-properties.html) See https://github.com/maxlath/wikibase-cli/issues/151
Login request get the following warning: ``` Main-account login via \"action=login\" is deprecated and may stop working without warning. To continue login with \"action=login\", see [[Special:BotPasswords]]. To safely continue using...
see [thread](https://twitter.com/maxlath/status/1355122017394155526) One way to reorder qualifiers is to [delete and rewrite claims](https://github.com/maxlath/wikibase-cli-template-collection/commit/87e5448), but that's baaad, as we loose claims GUIDs and the history gets ugly for so little see...
the API documentation doesn't indicate any way to do it, but [`User:Tohaomg/rearrange_values.js`](https://www.wikidata.org/wiki/User:Tohaomg/rearrange_values.js) successfully does it by first pretending to remove all the claims, before passing the claims in the desired...
see https://www.wikidata.org/wiki/Wikidata:Lexicographical_data
Currently, the main user private listings are displayed in every contexts, which can be confusing. This PR proposes to update the former `filter` parameter used for items into a `context`...