-
Notifications
You must be signed in to change notification settings - Fork 274
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(syntax/stdlib): add base64_decode
helper function
#953
feat(syntax/stdlib): add base64_decode
helper function
#953
Conversation
Signed-off-by: hainenber <dotronghai96@gmail.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
Signed-off-by: hainenber <dotronghai96@gmail.com>
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.
Approving for docs. Needs a code review from @grafana/grafana-alloy-maintainers
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.
Thank you!
|
||
``` | ||
> base64_decode("dGFuZ2VyaW5l") | ||
tangerine |
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.
yum yum!
@hainenber Looks like a quick conflict resolution for you and we can get this one merged :-) |
Conflict resolved :D |
PR Description
This adds
base64_decode
helper function into Alloy's standard library.Which issue(s) this PR fixes
Closes #948
Notes to the Reviewer
PR Checklist