Jeevan George Joseph
Results
2
issues of
Jeevan George Joseph
**Title:** `docs: add code examples for transports and renderers` **Description:** ## Changes Filled in missing TODO sections in the documentation: - `docs/transports.md`: Added code examples for HTTP/REST, WebSockets, and SSE....
## Problem The `renderers/lit` build script `copy-spec` relied on Unix-specific commands (`mkdir -p` and `cp`), causing the build to fail on Windows environments. ## Solution Replaced the shell command with...