Gábor Csárdi

Results 584 issues of Gábor Csárdi

I mean, the text that goes into the docs could be something nicer than things like `is.matrix(.) && all(dim(.) == dim(B))`. We could define custom assertion functions, and these could...

Because it is very hard to debug async now. The traces should be definitely kept, even if the errors are caught, because the async engine needs to catch every error.

The challenge it to make sure that different versions of async can interoperate, when different versions are embedded into independent packages.

This breaks out of the event loop stack, but it is needed if we want to handle long running background tasks. We would just lift the event loop out of...