Mike Boyle
Mike Boyle
Thanks for the bug report. This is pretty weird. I can consistently get the segfault with a variety of combinations of numpy and/or quaternion — but only with python 3.9...
> I'd be surprised if this is an issue with `cumsum`/`cumprod`. They probably hold up their end of the contract around dtypes. To be clear, I'm not blaming numpy for...
It would be very nice if this could be tied to github organizations. For example, I might want anyone in my github organization to be allowed to curate a corresponding...
@dagewa #810 is a more recent version of this issue. The schedule has slipped to autumn 2021 now, as mentioned in [this comment](https://github.com/zenodo/zenodo/issues/810#issuecomment-753917462). (And in fairness, 2020 has been rough...
> Actually, by creating Communities for your teams this _seems_ to work. Have you tried it? When it says "curate records", I believe that just means accept or reject requests...
The InvenioRDM docs say that the metadata key `owned-by` [can have cardinality (1-n)](https://inveniordm.docs.cern.ch/reference/metadata/#parent) — meaning at least one, but possibly many owners. So *maybe* there's a way to do it...
> are these any updates on whether this 'community curation' tool has come to fruition on Zenodo? Yeah, it seems to work. See @uniqueg's [comment](https://github.com/zenodo/zenodo/issues/151#issuecomment-1982138636) just above for a pretty...
Bump. [Here's a codepen test of the corrected code](https://codepen.io/moble/pen/XWxWZdb) showing that it does actually work, unlike what's in the manual currently. @red-patience
I know this is old, but it looks like a similar problem has cropped up [elsewhere](https://discourse.julialang.org/t/slurm-manager-not-working/94975). I think it's just a confusing error message. The "no such file or directory"...
This would probably be a good thing to implement. As a workaround, I'll point out that [lookbehinds and lookaheads](https://www.pcre.org/current/doc/html/pcre2syntax.html#SEC19) suffice for many (but not all) applications instead of a substitution....