Nizo Priskorn
Nizo Priskorn
I'm guessing that you misunderstood me. I meant: Before writing to wikibase WBI should check that all values are not zero unless novalue or unknown value is stated.
Nope, my problem was because I put the login in a method that was never reached because of a bug in my code. Anyway I suggest we reconsider how we...
This should fix the bug that the build system complains about: ``` search_string = ( f"{search_string} " f"haswbstatement:{statement.mainsnak.property_number}=" f"{statement.mainsnak.datavalue}" ) ```
Here is my suggestion for warning the user ``` if max_results > 10000: log.warning("Wikidata has a hardcoded limit of 10.000 results " "maximum. Setting max_results=10000") max_results = 10000 ```
Wohoo 🥳 Does pytest-order ensure that the tests are run in a certain order?
Also, please note than the support for shex is very basic in entityshape right now. See https://github.com/dpriskorn/entityshape/issues/7
Note: new version with breaking change https://github.com/dpriskorn/entityshape/releases/tag/0.1.0
@shigapov What do you base this on? I see very few who requests for a GUI besides the standard PHP/Javascript based one. I have used WBI and advocated it a...
> I saw many requests about making batch uploads with GUI especially from people in GLAM. Currently they use mainly OpenRefine and QuickStatements, but QS receives lately too many complains....