Myst

Results 54 comments of Myst

Try to create a Steam community profile ? User profile : http://steamcommunity.com/profiles/76561198274724432 User badge page : http://steamcommunity.com/profiles/76561198274724432/badges/

Hello @not-my-profile , Thank you for your comment. I've updated the README to: WikibaseIntegrator (wbi) is a fork of [WikidataIntegrator](https://github.com/SuLab/WikidataIntegrator) (wdi) whose purpose is to focus on an improved compatibility...

You want to have your Entity and automatically validate against an entityschema, something like this : ```python if my_entity.validate_schema('E345'): print('entity valid!) else: print('try again 😬') ``` ?

> Is there no API for removing an entity? I think you need to use the "action=delete" like any page on MediaWiki, with the entity/lexeme/property ID.

> > > > Is there no API for removing an entity? > > > > > > > > > I think you need to use the "action=delete" like...

> Shouldn't `wbeditentity` be checked because it's used by `BaseEntity._write`? I've added wbeditentity into wbi_helpers and use it in the `BaseEntity._write()`

Maybe add a parameter to the `write()` method to filter the statements you want to update. Like, you have a huge object, but you only want to update one statement...

Really interesting information. I think I will need to know what Wikibase's plans are between MediaWiki API and REST API.

Hi @dpriskorn, I'm afraid this will become a rabbit hole that will be difficult to maintain because of: * An error message may be too inaccurate to give a cause....

Oh, yes, totally misunderstood 😄