Manuel Aristarán
Manuel Aristarán
A possible solution would be expand the detected area by a small factor; big enough so it covers the entire area of interest but small enough so it doesn't overlap...
Thanks @rusosnith. Can you share the exact command line arguments that caused this error?
@jeremybmerrill can you review this before I merge to `master`?
Thanks for your reply, @TroyAlford. > If what you're trying to do is actually invoke the function within JSX, however, you are likely to have a problem because the only...
@erickoledadevrel I got bit by [this possibly related issue](https://stackoverflow.com/questions/60442915/container-bound-script-getting-permission-errors-trying-to-run-functions-with-go) which was triggered when calling `OAuth2.createService` from `google.script.run`
In our case, the call to `OAuth2.createService` crashes *only* when running under V8. I can provide more details if needed.
Looks like it's _both_ a multilogin and V8 issue: https://stackoverflow.com/questions/60230776/were-sorry-a-server-error-occurred-while-reading-from-storage-error-code-perm We can also solve it by disabling V8, but performance is *dismal*.
Started here: https://github.com/jazzido/freeling-analyzer-ruby/tree/client-server Works, needs more testing.
Just for the record: let's implement this one with an optional boolean parameter (`&validate_cuts={true, false}`). It should default to `true`.