Nizo Priskorn

Results 131 issues of Nizo Priskorn

https://github.com/LeMyst/WikibaseIntegrator/blob/d32ac9bb8ab877243d5d89824ed9d56ad2e49d98/wikibaseintegrator/wbi_enums.py#L58C7-L58C28

https://doc.wikimedia.org/Wikibase/master/js/rest-api/

Something like this might work? ``` not_found_in = lexeme.claims.get(property="P9660") for claim in not_found_in: print(claim.mainsnak.datavalue) if claim.mainsnak.datavalue["value"]["id"] == "Q1186741": claim.remove() ```

The current way of handling login seems broken. If I create a Login() object I have no way of knowing whether the login was successful or not. How do we...

support for entityschemas and validation seems to some degree to be supported in WBI. A user story could be: - as a user I want to get an item from...

Hi, I rewrote LexUtils and decided to extend the WBI models instead of rolling my own. Since WBI know the baseurl etc it should be trivial to add a url...

enhancement

A new function that checks whether the wikibase is set up with cirrussearch, lexemes etc.