Daniel
Daniel
Was able to hack in some JS to modify the style on clicks, if anyone else needs a quick fix: ``` document.getElementById("elem").addEventListener("click", function(e) { var rects = document.getElementById("elem").shadowRoot.getElementById("vis").shadowRoot.getElementById("holder").querySelectorAll("rect") for (var...
I have this same error, but it's occurring in chrome. Clearing the cache does not help in my case. **New file creation:** ``` Launcher Error Cannot read property 'path' of...
Great! It looks like right now the queries are saved in the `queries` table with just an ID, and the index of the table is used to populate the field...
Also having this same error, it's a hard check in the code and I also don't see why it's necessary.
@Querela this is a parameter for the minimum number of samples per cluster, not the minimum number of clusters.