Oliver Laslett

Results 111 comments of Oliver Laslett

Is `a` expected to be a list? I'm wondering if there is something missing in the preprocessing step for turning `anchors` of words into indices.

8 core machine benchmark | Samples | Numpy time | cython time | numpy memory | cython memory | |---|---|---|---|---| | 5,000 | 322ms | 371ms | 76Mb | 41Mb...

@arokem Are you happy with the two (quite heavy) extra dependencies: cython, scipy?

If we want this to be fully compatible with the UI we have for filtering and interact well with dashboard filters + explore filters, the structure of the filters will...

I was about to pick this up but I think there's a few features in here we should split up into separate tickets: * Would we want a simple `sql_where`...

the current solution would be to generate a short link from the long URL. So the flow goes: - Got some explorer work in progress - Hit the share link...

FYI lightdash community voted for this to be implemented using nanoid for the links. e.g.: `https://mylightdash.com/share/aHe9o1` **NOT** with uuids (ugly)

That's it! It might be safer to accept a chart/dashboard id rather than a raw url, so we can safely return a valid lightdash url. Instead of somebody being able...

Any benefit to strings being monospaced though? Readability would (I think?) be worse. But maybe the table would look very inconsistent using two fonts

After trying to implement this, I recommend we wait until the warehouse code has been refactored. Otherwise we'll introduce more tech debt and the PR will bloat into changing a...