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] Fix invisible chars in error plist (#4809)
When either the standard input/output or compilation command contains an
invisible character then plist dump fails.
Added flags to set server processes
Added --api-handler-processes and --task-worker-processes server flags.
Using these flags overrides the corresponding values in the server
config file.
[fix] semver.Version doesn't have strip()
The `get_binary_version()` now returns `semver.Version` instead of `str`.
However, at two places the changes were not properly adatped, where we
still assumed a string.