-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add gitignore that ignores bazel dirs. #2
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jart
approved these changes
May 24, 2017
ioeric
pushed a commit
to ioeric/tensorboard
that referenced
this pull request
Aug 18, 2017
Keep the selected entry active if there is one.
stephanwlee
referenced
this pull request
in stephanwlee/tensorboard
Sep 27, 2018
Repro step --- 1. launch with an empty tag regex 2. type a character (that'd result in few matches) then delete it quickly 3. after few moment, type the character again Cause --- dom-if has issue where if="false" does not remove the DOM but rather simply hides the slot. https://github.com/Polymer/polymer/blob/1.x/src/lib/template/dom-if.html#L127 While the pane is briefly shown in step #2, histogram-loader fetches data and before it has chance to draw the series, dom-if can hide the DOM. As data comes back, histogram tries to draw based on the bounding box that is shrunken to 0x0 since its container is no longer displayed. To work around these issues, we now listen to category-pane show event to redraw all histogram.
stephanwlee
added a commit
that referenced
this pull request
Sep 29, 2018
Repro step --- 1. launch with an empty tag regex 2. type a character (that'd result in few matches) then delete it quickly 3. after few moment, type the character again Cause --- dom-if has issue where if="false" does not remove the DOM but rather simply hides the slot. https://github.com/Polymer/polymer/blob/1.x/src/lib/template/dom-if.html#L127 While the pane is briefly shown in step #2, histogram-loader fetches data and before it has chance to draw the series, dom-if can hide the DOM. As data comes back, histogram tries to draw based on the bounding box that is shrunken to 0x0 since its container is no longer displayed. To work around these issues, we now listen to category-pane show event to redraw all histogram.
rileyajones
added a commit
to rileyajones/tensorboard
that referenced
this pull request
Sep 19, 2022
rileyajones
added a commit
to rileyajones/tensorboard
that referenced
this pull request
Sep 19, 2022
rileyajones
added a commit
to rileyajones/tensorboard
that referenced
this pull request
Feb 7, 2023
rileyajones
added a commit
to rileyajones/tensorboard
that referenced
this pull request
Feb 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.