Dan
Dan
It does amaze me how such a popular library can be so far behind in the TS world.
Yeah apologies, I should have elaborated to avoid that sounding disrespectful or maybe I should have kept my thoughts to myself :) I guess what I'm surprised about is that...
Yeah, i'd be very interested to know what we can do to speed things up. I'm running this in a Firebase cloud function, so wondering whether increasing CPU and memory...
I ended up doing this completely client side. It's pretty easygoing to setup, and so much better for my use case https://github.com/ffmpegjs/ffmpeg.js
Just the canvas. You can see a rough example here https://github.com/ffmpegjs/ffmpeg.js/issues/9
Bit late to the party, but hopefully this helps someone... ```js const offset = listRef.current.getOffsetForRow({ alignment: 'start', index: ???, }); listRef.current.Grid._scrollingContainer.scrollTo({ top: offset, left: 0, behavior: 'smooth', }); ```
Sorry haven't been monitoring this repo. Can you add a PR?
I'm wondering if this is enough of a warning? Likely there will be a bunch of people (like me 😬) that either don't read this or ignore it because they...
Thanks @GaryAustin1. I was kinda thinking that might be the case. It feels to me that when naming the table columns maybe we should be warned about the consequences of...
+1000000000 I'm currently having to add metadata into my file names, so would love to clean up this mess!