Volodymyr Agafonkin
Volodymyr Agafonkin
Yeah, you're right, it does recalculate styles even if the class is empty, which is dumb.
BTW, added Path className option finally as a bonus. :)
Weird, just checked it again and removing the lines above fixes the performance for me (there's no recalculate styles with thousands of elements).
@adamgundy it also won't work in master version where opacity is controlled by JS frame by frame, not CSS with transitions. So adding a global fadeAnimation enable/disable is a useful...
cc @olilarkin possibly iPlug-derived? I vaguely remember the stack trace consisting of some UI-related calls before it crashes... Anything I can do to help debug this? (BTW, really looking forward...
Update: Reaper managed to open the VST without issue on the same PC, so it must be something related to Studio One.
Thank you for your thoughtful input @sdatkinson @olilarkin, appreciate this very much! > _not_ the cross-platform aspect, I think, due to differing separators on Unix vs Windows filesystems Separators normalization...
BTW, in theory, we could also get rid of downloading/building ICU because it's now compiled as a part of Emscripten and can be used with a USE_ICU=1 `emcc` flag (although...
We've run into this too when migrating Mapbox GL JS to TypeScript. @toji it would be really nice to get v3.4.4 with the updated types π
Yeah, good catch β we should probably coalesce multiple updates into one if the second one comes in while the first one wasn't yet sent to the worker.