Philipp Rudiger
Philipp Rudiger
Would be nice to at least make this max-height setting overridable since the `TableWalker` renders just fine without it: https://github.com/Kanaries/graphic-walker/blob/d0356d4f45dc0e6b9ff7aa83a7ffab20ff3cf2be/packages/graphic-walker/src/components/dataTable/index.tsx#L403
Thanks @flying-sheep, we designed some of the mime type stuff a **long** time ago so I'm using this as a chance to re-familiarize myself with the code. Before I start...
Sorry for my delayed response, have been out for a little while. >I guess that means that users should clearly see when they’re configuring backend-specific things and when they configure...
Yeah, this is definitely odd. I'm not a VSCode user so a quick question, does the VSCode browser console have a Profiler like the Chrome Browser profiler? That'd at least...
Neat, if you could try going to the Performance tab, hit record, drag the slider until the bug occurs, stop recording and then zoom in on the time interval where...
Thanks, I can indeed open it but strangely it seems to show only VSCode internals, can't actually see any calls into Bokeh happening. Will have to poke around myself.
Ah strange, couldn't see that on my end.
No, really appreciate it! Will dig in more later.
Yeah, we should probably run the `group_tools` function even on a singular plot.
#37 was handled by passing `line_width` through to anti-aliasing. Whether the same makes sense for `size` is up in the air I guess.