Shivam
Shivam
### Description I followed the WebSocket setup as described in the JStack [docs](https://jstack.app/docs/backend/websockets), but I encountered the following errors: 1. async/await is not yet supported in Client Components, only Server...
I encountered following issue when using Clerk Middleware and jstack's input validation. X [ERROR] [API Error] TypeError: This ReadableStream is disturbed (has already been read from), and cannot be used...
Added a note to Self-hosted: Manual Setup that you should `cd apps/sim` before running `bunx drizzle-kit migrate` so that drizzle picks up the correct .env file. ## Summary Clarifies that...
Enabled the ability to toggle between Light and Dark modes in the General settings. Previously, the app was forced into Dark mode. This change also includes minor color refinements to...
Updated the Switch background to use var(--brand-500) rather than var (--surface-13) when checked. This provides a clear visual cue to the user that the component is active. ## Summary Brief...