codepod
codepod copied to clipboard
Codepod IDE: Scalable Interactive Coding
Set the width of the pod to 70% of the average of its non-empty lines. There are some performance issue: the width adjustment happens about 1s after typing stops.
# Introduction This PR implements file export and GitHub sync. Users can sign in and link their GitHub account on the profile page. Each project can be linked to a...
Allow users to launch local runtimes so that they can use their (GPU) machines. A user will be able to launch a local docker container that listens on a ``...
I am using CodePod to write a full-fledged bioinformatic program. But my process is very slow. It probably took me longer than using VSCode or Jupyter notebok. This is a...
In terms of autolayout with directions (either data dependencies, call dependencies, etc.), i think we can borrow the algorithm behind the Mermaid language. According to my experience, it does not...
The version should be pulled from the [container tag](https://hub.docker.com/repository/docker/lihebi/codepod-ui/tags?page=1&ordering=last_updated) that is deployed. Show a link to the GitHub tag/release as well.
Sometimes a very long line does not start at where it is supposed at but a line below it. See the screenshot below.  In the screenshot above, "t" in...
I use this API of [carbon](https://carbon.now.sh/): https://github.com/petersolopov/carbonara Notice that `localhost` doesn't allow [CROS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS), we can't send a request of `application/json` payload to `localhost:3099/api/cook`, the actual request body is in `text/plain`...
Another pain a I am writing the bioinformatics code. Too much information on the screen as the project gets bigger. We shall allow minimizing and expanding a scope as you...
When the user selects some code pods, we would display a floating toolbar containing the `delete` and `group` buttons. - The `delete` logic is in #162. - The `group` button,...