Skip to content
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

Fix bug with execute not sending blockIDs to the server #58

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Conversation

jlewi
Copy link
Owner

@jlewi jlewi commented Apr 17, 2024

The bug was in how we were converting the current cell to a block before sending it to the server.
We weren't using the converters that we wrote. We were using some other code that wasn't setting the metadata and therefore copying the block id to the request.

  • I also added a vscode function that will print the cell metadata. This is useful for debugging and troubleshooting.

related to #7

* This is useful for troubleshooting issues with cell metadata not being set.
@jlewi jlewi merged commit 93250b7 into main Apr 17, 2024
1 check passed
@jlewi jlewi deleted the jlewi/debugfunc branch April 17, 2024 01:51
Copy link

netlify bot commented Apr 17, 2024

Deploy Preview for foyle canceled.

Name Link
🔨 Latest commit d6572b7
🔍 Latest deploy log https://app.netlify.com/sites/foyle/deploys/661f2b1484604c0008cdbe7a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant