Fritz Lekschas

Results 168 comments of Fritz Lekschas

Could this be caused by the fact that the radius is applied relative to the downsampled time series? For example, if you have 2 time series of length 90 and...

Yes exactly. To give you a little bit more context, I am using puppeteer to trace the performance of my web app during certain interactions. Now comes the slightly hacky...

I agree! Exposing the internals is not a good idea. I actually started working on a solution on Friday and seems to work. I'll post more details after the weekend...

@wwwtyro The scenario where I run into memory issues is related to cases where I am trying to load a lot of plots (e.g., 100) in a small multiple kind...

Just for context, when I was thinking of an optional _auto-disposal_ feature I was more thinking of cases where the application component is retained and might occasionally be updated. (E.g.,...

> Can you let me know if you're seeing memory issues that contradict my assumption? @wwwtyro Sorry it took me so long to test the garbage collection. I can confirm...

Thanks for the review! I'll take a look today or tomorrow to find out what broke the plots.

@wwwtyro I fixed the log scale issue. I tried to be too smart by caching the coords-based commands using `coord.kind`. However, I didn't think of the fact that these two...

I am running into a similar issue with Chrome. I am able to run code in Firefox by Chrome doesn't work at all. I am seeing ``` no matches for...

I found out that the cover is actually generated. When you leave through the items, then leave the pile and hover it again, the cover will appear. It seems like...