Alex Bigelow
Alex Bigelow
True, we could calculate confidence intervals ourselves... but I tend to want to punt on any kind of derived data. I'd rather let the user do it in another tool...
For the record, we were using "integer" distinct from "number" because we wanted our types to conform to those in use in another project (I think it was Minerva?), but...
Yeah, I was thinking the same thing—it's possible a visualization might care about it for qualitative vs quantitative reasons, but if you're trying to use floats as qualitative values, you...
A new icon's always an easy fix—I'm open to suggestions.
@ronichoudhury, this may be a good one for you to start with when I'm gone, to get exposure to the mess that is the client-side code
There isn't actually a model that contains the list of "current" datasets. To get the freshest stuff possible, things are rendered directly from the results of the call to the...
No, just that view—it was a quick way to get something working. To do it properly, a careful review of enter vs update is probably in order. In a sense,...
I just talked with Brad, and he had a pretty cool idea in this vein... if we could store "bookmarks" as part of a project, we wouldn't (shouldn't?) have to...
Yeah, we're actually already sort of doing this—all the histogram computations are launched in parallel as soon as the dataset schema is available (if they're not already cached). The page...
This is partially fixed; mongo doesn't have an offset parameter, so later pages will still be slow (we keep a counter internally in the mapreduce code to simulate an offset)....