Dominic D

Results 100 comments of Dominic D

Ok, yeah, that seems to correspond to the behaviour I'm getting: All subchildren of intellectual work returns 41917 results ``` ?item wdt:P279* wd:Q15621286 ``` While all subchildren of work times...

Correct me if I'm wrong, I just had a quick look. But at the moment it looks like you're caching type-subclass lists, then checking those for each item. I guess...

It looks like subclass type checking of work is a [known issue](https://phabricator.wikimedia.org/T168973)

Yeah, that makes sense! As an immediate remedy in the direction of point 1, would it be possible to catch this error in particular and provide a more descriptive error...

[Here it is](https://github.com/diegodlh/zotero-cita/tree/master/static). It seems that Zutilo (and Cita I think is based off it) uses `Components.utils.import` to load the main script in the bootstrap

Like [this](https://github.com/wshanks/Zutilo/blob/master/addon/bootstrap.js#L20) in Zutilo, which leads to a bunch of jumping through zutilo.js until [here](https://github.com/wshanks/Zutilo/blob/master/addon/chrome/content/zutilo/zutilo.js#L123) where the Zotero overlay is imported. I'm testing this at the moment - just having...

Ok, it's not very nice but [this](https://github.com/Dominic-DallOsto/zotero-api-endpoint/blob/master/bootstrap.ts) at least works, more or less copying and simplifying Zutilo/Cita. The idea seems to be: * wait for the window called `'navigator:browser'` to...

> I don't think you can wait before exporting them. Those bootstrap functions need to exist from the start or the extension won't load. But this isn't so bad. The...

Not exactly what you describe, but a possible alternative could be to use the [PDF Reader in Zotero](https://www.zotero.org/support/pdf_reader_preview) for annotating your PDF, then something like [MDNotes](https://github.com/argenos/zotero-mdnotes) to export them to...