-
Notifications
You must be signed in to change notification settings - Fork 8
Add fix code button #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fix code button #586
Conversation
src/hooks/useAddCell.ts
Outdated
| queueId: `exec-${Date.now()}-${Math.random().toString(36).slice(2)}`, | ||
| executionCount: | ||
| store.query(queries.cellQuery.byId(newCellId))?.executionCount || | ||
| 0 + 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not have to pass an execution count into the requested execution. That's probably a mistake in the schema. I'm seeing this plain as day being incorrect.
Either we need a new event for execution requested or see if this is optional.
|
From call -- we can probably take all the iframe bits out of this and move the fix code button into the cell itself (somewhere?) as we can detect if there's an error in the outputs. |


Screen.Recording.2025-09-29.at.9.20.58.AM.mov