codepod
codepod copied to clipboard
Codepod IDE: Scalable Interactive Coding
## Summary This pr provides a solution to use CodeLlama for self-hosted code autocompletion. - A standalone LLM is required to run separately and expose a RESTful API to access....
When using reactflow 11.9, the handles cannot be connected. #557 pinned reactflow to 11.8. Need to figure it out later.
## Rationale Web APIs are hard to work with: * Working with GraphQL is very verbose and lacks type safety. As a result, updating APIs is a very slow process....
TL;DR * [x] canvas max-width * [ ] dark mode _Originally posted by @senwang86 in https://github.com/codepod-io/codepod/issues/468#issuecomment-1692734493_ - Seems like `Canvas` shrinked in Chrome and Safari - It applies `Mac`'s default...
Just a note that ~`sessionId`~ and `runtimeId` are the same thing in the code. I'll replace all ~`sessionId`~ with `runtimeId` at some point.
## Summary - Creating a new database table called `YDocSnapshot` that stores repo snapshots at the request of users. - The implement features a strict database consistency, once receiving a...
I feel very uncomfortable to test my code in this case. 
## Summary A prototype of `SelectiveView` via multi-select items in `ToC` - The Canvas only displays selected pods. - The `Edit` mode is not affected. __However__ - The current implementation...
This PR is only for reference. Three different options of snapshot schema design.