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
fix: Missing percentage precision for window size(#488)
Use strtod() instead of strtoul() for percentage parsing, and the window size should be calculated using a percentage value if a percentage is specified.
other changes:
Fix argument count validation error message.
Fixes#488
0 commit comments