Pavel Shorokhov

Results 27 comments of Pavel Shorokhov

@joaolisboa You can't, because SwipeLayout is intercepting any touches, so click is not trigger.

Partial selection, for example (Checkbox for parent, which have a half checked children)

Have the same problem. Details: ``` ScriptingCore.cpp line 825 ScriptingCore::cleanup() Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0xc84af2c5 ``` Stacktrace: ``` 0 MyApp ScriptingCore.cpp line 825 ScriptingCore::cleanup() 1 MyApp ScriptingCore.cpp line 826...

825 line, is line in above comment `free(iter->second->jsclass);`

@troy379 Ok, I will :) I still observe for my pull request to PhotoView.

Build with fix is not released yet. So use stetho from github: ``` flutter_stetho: git: url: https://github.com/brianegan/flutter_stetho ref: 1787dd145d792e92427c9e2ffbb6dbffede1bcbb ```

Guys, Stetho project is abandoned by Facebook, because Facebook created alternative Flipper. Use it instead. https://github.com/leanflutter/flutter_flipperkit

@matape I got the same issue on 0.6.36. Updating to 0.6.38 fixed this issue.

Also need to run multiple workers. Current single worker freezes on one task and do not process other.