Michael Milton
Michael Milton
Which I now realise is misleading because the `Cargo.toml` in that example doesn't show that.
Thanks, that PR should mostly resolve my use case. Are you saying that jobs will only show up as failed while they're still in the Slurm queue, and then afterwards...
> In my understanding, these two are not what you can compare. PROTECT is to prevent the objects from getting accidentally GC-ed during the function call. The object must be...
It's related though. You're looking into optimizing this protection mechanism, I'm trying to understand it first.
> As you can easily imagine, that's not always the case. For example, a function might return an external pointer to a struct containing SEXPs. Thanks, that's a good counter-example,...
Using Discord is certainly not mandatory, and you are welcome to your preference. I'm just struggling to reconcile this need to discuss extendr's concepts like the protection system with GitHub...
Actually you can fix the above error by adding a tiny `Ice` stub: ```bash $ cat typings/Ice/Ice.pyi ``` ```python from typing import Any def openModule(module: str) -> Any: ... ```...
That's an interesting question, and probably the best solution here. I'll open another issue.
No, that file couldn't be included in `omero-py`, I believe we can only include type stubs for our own package. The solution I suggest above is for the end user...
Should be fixed now.