JZacaroli
JZacaroli
I'm trying to embed a string using the universal sentence encoder, but I'm hitting this error when running the model: ``` [libprotobuf FATAL external/com_google_protobuf/src\google/protobuf/map.h:1293] CHECK failed: it != end(): key...
I have found a couple of ways to demonstrate this issue. The easiest way is to go to the [demo page](https://infinite-tree.js.org/examples.html), click on an item in the tree, then hold...
See [issue 72](https://github.com/cheton/infinite-tree/issues/72). Calculating the row heights using `offsetHeight` leads to rounding errors as it returns integer values. Using `getBoundingClientRect()` fixes this.