codepod icon indicating copy to clipboard operation
codepod copied to clipboard

Codepod IDE: Scalable Interactive Coding

Results 81 codepod issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/codepod-io/codepod/assets/438579/c88e851c-7f6f-4914-abcf-da2e15540d54) I will adjust the font.

Can we allow a notebook to be frozen to prevent accidental changes to it?

Add the duration of execution to the pod execution results.

This error is printed a lot of times. It appears to me that multiple Codeium requests are sent and some throw errors. Related to #328

See this repo https://app.codepod.io/repo/57p4jkgi49412wsdr1bt ![image](https://github.com/codepod-io/codepod/assets/438579/899838f3-b4a9-4d2f-ab72-694f33ca99d9)

bug
kernel

Deleting a repo with edge from repo list page will throw error ![2023-07-03 06 56 08](https://github.com/codepod-io/codepod/assets/38915833/005c368b-3986-4fc2-9e72-9ec510daf21c) ``` { "errors": [ { "message": "\nInvalid `prisma.pod.deleteMany()` invocation in\n/app/src/resolver_repo.ts:307:20\n\n 304 });\n 305 if...

This is the usual "forget password?" link on the login page. It should send a confirmation email with a recovery link to the user's registered email. The link shall contain...

If no user is created in the DB, e..g., a fresh compose up, the dashboard displays "Loader user..." forever. **Expected change**: It should display that there is no user for...

minor
db

In the example below, the parent pod is connected to two child pods. But only one child pod, the one chained later, is executed after executing Chain Run. **Expected change**:...

Now, the k8s spawner spawns runtime on the same k8s cluster. We should separate them, because: 1. they serve very different purposes - web/api servers serves html/js/css and graphQL endpoints,...