Stephan Lee
Stephan Lee
Sorry for rebooting this old thread. This issue seems to be a general webcomponent issue[1]. As you have remarked, an event listener attached at document cannot access shadowDom via `event.target`...
Sharing the analytics would be nice. Also try not to have anything Yahoo specific in this repo please.
Thanks for taking a look at the CI. I am doing the work on the side and will get to it when ready. Also, will mark the PR as "Ready...
How are you invoking your `tf.function`s? Is it writing to the same writer? If so, this is working as intended. Two tf.functions have graphdefs which may have the same node...
Assigning it to hfiller who knows a lot better about the bookmark feature. @hfiller if you do not have enough time, please feel free to assign it back to me.
I have not explored this option too deeply but one option you have is to use (1) bazel_nodejs build macros to use rollup ([example](https://github.com/stephanwlee/tensorboard/tree/proto/tensorboard/plugins/webpack_react)) or (2) [bazel_clsoure](https://github.com/bazelbuild/rules_closure)'s closure_js_binary to create...
Ah, we would like to keep this issue opened to solicit more feedbacks on the feature. Reopening.
It definitely should be possible and I would imagine the necessary change going somewhere near https://github.com/tensorflow/tensorboard/blob/master/tensorboard/components/vz_line_chart2/line-chart-exporter.ts. This is not our priority at the moment but we welcome contributions!