sp.wack

Results 150 comments of sp.wack

I imagine this as a standalone React library. Some features I have in mind include anchors for events, making it easy to share specific events located in the middle of...

@li-boxuan No sorry, I have been occupied with other tasks related to OpenHands. I'll work on this on my own time this weekend. I hope to have something for the...

Building on @iulspop solution, this alternative also avoids the TypeScript warning: > Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature. ts(7017) It also incorporates...

If hostname is `localhost`, the server fallback URL to communicate with the backend is always `localhost:3000`. This is incorrect in your scenario since the server is now running on `localhost:3001`....

@imeDevelopers Sorry for the late response. Right now it is set to a fixed providers and models returned by LiteLLM. After looking through the documentation, I am aware that there...

I can't tell for sure. You can replicate the issue by enabling it and selecting the Invariant security analyzer. If you observe the terminal, it repeats the same asyncio error.

Yes but I want to keep the default as mocking the API. `npm run dev:mock` is a good alternative but that would mean the default is NOT mocking the API....

Yes sure, enforcing standards is always a good practice!

Hey @danicruz0415, I am unable to resolve the conflicts because the changes are in your forked repository instead of a branch of this one. You're going to have to resolve...

Are you clearing the base URL mid session?