Fernando Maclen
Fernando Maclen
Right now, when you stop/cancel a completion at any time before it finishes, the incomplete completion is removed from the session and we reset the prompt so you can send...
I started getting this issue after updating the CLI to `1.28.0`. Tried debugging it by running `CONVEX_TRACE_FILE=1 bunx convex dev --local` and this is the error I was getting: ```...
This has happened again. When I was trying to run my local server it told me my version was old and prompted me to update. I confirmed the update and...
@GregoMac1 thanks for adding this issue. If I'm successful at implementing #181 we should leverage `bits-ui` [``](https://www.bits-ui.com/docs/components/dialog)
> I felt ambiguous that the application actually create a new session or not since the previous input text is still there. I think the solution to the ambiguity could...
Flagged as a bug because this will likely break the existing reasoning parsing.
There is a half-baked Hollama extension that extracts text from the current page and allows you to copy or save it as a file:  It's not published anywhere because...
This one is a bit tricky to fix because it involves a major refactor of the way we are parsing the incoming output stream, though it's definitely something I want...
Also, make sure to run `npm run format` and then `npm run lint` to make sure the linter requirements are satisfied.
That's strange, did you check that the device you are trying to build on isn't starved for memory? I also see you are using Node v20.x, we run our builds...