Roni Choudhury
Roni Choudhury
Manually transferred from https://github.com/Kitware/dive/issues/162.
When supplying location data for points as strings, sometimes the geoOn() API picks them up, and sometimes it doesn't. The trouble here is the inconsistency, since it can be considered...
The idea is to emulate DOM for the GL layer. Basically, on certain mouse events (`mouseover` etc.) the system could manufacture a DOM element to hang DOM-based features on (e.g.,...
Can you help me understand why the colors/counts in the margin are accurate, but the covered code lines still appear red? Hovering my mouse over a covered line makes a...
To reproduce, click _just_ outside of the "select dataset/visualization" button on the respective panel. The panel will collapse, when almost certainly the user meant to click on the icon. We...
See [`csv_stream()`](https://github.com/Kitware/candela/blob/master/app/resonant-laboratory/server/semantic_assetstore_adapter.py#L11) and [`json_stream()`](https://github.com/Kitware/candela/blob/master/app/resonant-laboratory/server/semantic_assetstore_adapter.py#L55) for where to start.
"Integer" is sort of a false distinction in JavaScript, since integers are represented by `Number`s. Eliminating the distinction in Resonant Lab would have two benefits: - The UI would become...
To reproduce, start a new project, click on "add data set", wait for the list of data sets to appear, then resize the window. Note that the window "flashes" as...
Opening the matching panel, or causing it to resize and/or move (by manipulating the neighboring panels) reveals a delay before the matching panel contents re-render. There is also a bit...