Kon
Kon
**System information** - OS Platform and Distribution: MacOS 12.4 M1 - TensorFlow.js version: [0a9fdbd](https://github.com/tensorflow/tfjs/commit/0a9fdbd4501f7f99a6617f619414f47219b3d5d5) - Browser version: Google Chrome 102.0.5005.61 **Describe the current behavior** 6 tests failed with the following...
Closes #4824 To see the logs from the Cloud Build CI, please join either our [discussion](https://groups.google.com/a/tensorflow.org/forum/#!forum/tfjs) or [announcement](https://groups.google.com/a/tensorflow.org/forum/#!forum/tfjs-announce) mailing list. --- This change is [](https://reviewable.io/reviews/tensorflow/tfjs/6528)
In the reproducible code below, `bazel build //:b` would run the compilation under the directory `bazel-out/darwin_arm64-fastbuild-ST-299abaa87f6b`, but the generated compile commands have `bazel-out/darwin_arm64-fastbuild-ST-3b9a2f2abd71` in place of that. After some digging,...
This change enables the target completion to work with 1) rules defined in external repositories: and 2) repository names: Depends on #306
## Proposed changes This change fixes an issue where history navigation (up/down arrow key on chat box) was accidentally triggered during IME composition. ## Types of changes What types of...