timjjting

Results 5 comments of timjjting

Any updates on this?

Looking forward to having this feature too! I'm also wondering, would it be even better to export [`download()`](https://github.com/Bunlong/react-papaparse/blob/43e7dfbbac762a23082032d7354b9af7fc0d437e/src/useCSVDownloader.tsx#L31) from `useCSVDownloader` directly so that users can freely implement downloading with whatever...

For those who encounter a similiar problem on Windows, the issue is likely caused by ofSoundStreamSettings. Try to modify `ofxHapPlayer.cpp` on line 1003: ```cpp auto devices = _soundStream.getDeviceList(ofSoundDevice::Api::MS_DS); ``` and...

> Thanks, it seems likely you're correct about disposal. > > How are you measuring the memory consumption? Is this JS heap memory or GPU memory, or both? I measure...