mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [json-rpc] Fix encoding of watchImageBuildLogs data to number[] Because json-rpc can't handle complex objects like UInt8Array properly. Conversion is done using "Array.from(UInt8Array)" and "new UInt8Array(data)" * [dashboard] Fix "workspaceId is required" errors * Review suggestions Co-authored-by: Filip Troníček <filip@gitpod.io> --------- Co-authored-by: Filip Troníček <filip@gitpod.io>