-
Notifications
You must be signed in to change notification settings - Fork 323
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
[OPIK-901] [Activation rate] Add line highlights in activation rate code blocks #1201
Conversation
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.
Nice implementation! I like the idea of commenting with #... to identify highlighted lines.
- Although, playing with it, I noticed that a user can't select text in highlighted lines.
- This one is up to you: it might make sense to highlight lines without sending lines. just to check by the plugin if there is
# HIGLIGHT...
and add the highlight
`os.environ["OPIK_API_KEY"] = "${masked ? maskAPIKey(apiKey) : apiKey}"`; | ||
export const buildWorkspaceNameConfig = (workspaceName: string) => | ||
`os.environ["OPIK_WORKSPACE"] = "${workspaceName}"`; | ||
// TODO lala workspace name |
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.
a comment
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.
Removed
664a1dc
to
b4461e1
Compare
|
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.
Great work!
Details
Issues
Resolves #
Testing
Documentation