You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mostly a consequence of supporting 1.9.x rather than using 2.x keyword args.
We can maintain 1.9.x support by detecting whether the third arg (capture_size) is a Hash or string, if a Hash assume it's the options, and use the default capture_size.
Alternatively (given we're yet to release) we could change the method signature and move capture_size in to the options hash too.
The text was updated successfully, but these errors were encountered:
Currently this happens:
This is mostly a consequence of supporting 1.9.x rather than using 2.x keyword args.
We can maintain 1.9.x support by detecting whether the third arg (capture_size) is a Hash or string, if a Hash assume it's the options, and use the default capture_size.
Alternatively (given we're yet to release) we could change the method signature and move capture_size in to the options hash too.
The text was updated successfully, but these errors were encountered: