Pedro Fanha

Results 42 comments of Pedro Fanha

Will this be worked on any time soon? I believe my problem is related to this (data is bad, fit supposedly succeeds but `estimate_covar` throws a LAPACK exception at `Rinv...

I'll try to get a working example this week. For now, I've just been catching LAPACK exceptions to be able to finish my work in time.

It's not possible because some of the async functions take a variable number of arguments at the end, unfortunately.

I can't think of an alternative which doesn't break compatibility, and leaving the existing functions and adding overloads doesn't make sense to me.

I have to note that when associating the same token with multiple scripts, calling PauseExecution from the ScriptExecutionContext in a CLR function binding will stop all of them which are...

Also, at the time I did this I did not think it could be useful to be able to call PauseExecution from outside CLR function bindings, though now I'm reconsidering.

I haven't worked on this for a long time, but besides the doubts I have that I have already presented above, I also need to clean up the pull request....

Great, thanks :) I think I will need another month before I can clean this up, though, since I'm a little busy with university right now.

I think I got it as clean as it can be. Still a pretty huge commit, though.

Why do you need the function to return the task? You get a Task when you do CallXAsync.