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

feat: Add mock I/O functions to Blobl playground and support input metadata #241

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JakeSCahill
Copy link
Contributor

@JakeSCahill JakeSCahill commented Jan 9, 2025

2025-01-09_14-11-32.mp4

Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for docs-ui ready!

Name Link
🔨 Latest commit 5ecc51d
🔍 Latest deploy log https://app.netlify.com/sites/docs-ui/deploys/67815499bf0caf00085b2ba0
😎 Deploy Preview https://deploy-preview-241--docs-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@JakeSCahill JakeSCahill requested a review from mihaitodor January 9, 2025 17:08
Copy link
Collaborator

@mihaitodor mihaitodor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one Jake! 😎 Really like this playground and thanks for making it even better! I just left one small comment. Should be good to go otherwise.

}

// Parse the optional metadata
metadata := map[string]string{}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We support structured metadata now, so I think it should work if you do metadata := map[string]any and then just call json.Unmarshal on it.

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.

2 participants