Erik van Eykelen
Erik van Eykelen
Same issue here. Seeing 4-5 seconds delay before `onChange` fires after dropping an item in a 2000 item list. Found workaround by applying `forceFallback: true`. On Chrome 78, macOS.
[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called
Setting export `export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES` helped in my case. The other suggestion, `export DISABLE_SPRING=true` had no effect. Environment: M1 Max, Rails 7.0.0, Ruby 3.0.3.
I'd be good to make the requirement for a trailing colon configurable. I work in codebases that use mixed styles (`TODO` and `TODO:`).