Skip to content

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 2 commits into from
May 24, 2017
Merged

Add gitignore that ignores bazel dirs. #2

merged 2 commits into from
May 24, 2017

Conversation

teamdandelion
Copy link

No description provided.

@teamdandelion teamdandelion requested a review from jart May 24, 2017 01:11
@jart jart merged commit 30874e6 into master May 24, 2017
@teamdandelion teamdandelion deleted the add-gitignore branch May 24, 2017 01:15
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants