John Tordoff

Results 37 comments of John Tordoff

I assume as long as they Identifiers they will grab their refferent's corresponding client and updating the the DOI via that, so the Datacite client will delete the metadata for...

We don't have any plans to add an integration for Invenio in the near future. Currently we are exploring ways to support community maintained back-end storage addons, so we're unlikely...

So if I wanted to parse an XML file stored on our site I'd probably write a python script to do that. [Here's some examples of how to make a...

@cslzchen After replicating this issue, it seems that the markdown problem was caused by a DRF incompatibility [Error](https://gist.github.com/Johnetordoff/84c900be9f2427db40ac57d18386cf6f) I'm looking to see if there's a version of DRF that works...

I think you can improve the cached query [here](https://github.com/CenterForOpenScience/osf.io/blob/develop/osf/models/base.py#L314) with something like ``` @cached_property def _id(self): try: guid = self.guids.values_list('_id', flat=True).first() except IndexError: return None ``` Which is: ``` SELECT...

For : `'_prefetched_objects_cache': {'guids': }` it looks like `

@felliott looks like an issue for the MFR repo.

We might not get to this fix for a while so here's a screenshot to document where this issue is occurring. ![Screen Shot 2022-09-20 at 9 24 51 AM](https://user-images.githubusercontent.com/9688518/192023967-0d995ad4-c99f-4426-9161-099afbdfea64.png)