puke

Results 15 comments of puke

So did I. I copied the code of showcase, but no whole code found, the variable named "links" wasn't found. ![image](https://github.com/vercel/next-learn/assets/9640444/2bf96f47-2112-41d9-b753-0f1d6db6beef)

Oh... I seems like find it... It's here... (Another dir named dashboard too, but in `/app/ui`, not in `/app` root dir) ![image](https://github.com/vercel/next-learn/assets/9640444/8f10a635-99c4-4b06-9e77-3f1b9e8710d8)

All solutions are not worked for me. I tried to restart cursor, reinstall cursor, invoke [Shell command: Install ‘cursor’ command], disable Telemetry, but all of above are not worked. Anyone...

> All solutions are not worked for me. I tried to restart cursor, reinstall cursor, invoke [Shell command: Install ‘cursor’ command], disable Telemetry, but all of above are not worked....

Same issue, and I solved it by this: 1. Find `index.html` in chainlit library directory, for me, it's: `.venv/lib/python3.11/site-packages/chainlit/frontend/dist/index.html`; 2. Find `katex.min.css` from `index.html`, in my case, it is: ```html...