Slava Egorov

Results 443 comments of Slava Egorov

Note that WSL has its own issues - and we don't actually test or support running Linux Dart SDK on WSL. There have been reports of pub hanging on WSL...

@absar please don't just CC us on random issues. "Shutting down VM" is from ART because Java `main` died with exception. Maybe some sort of race in Flutter embedding? In...

As @alexmarkov notices this is most likely related to cid limit, which we have significantly increased in https://github.com/dart-lang/sdk/commit/9182d5e5359988703a2b8a88c238f47a5295e18c. The fix is not likely to be cherry picked into existing stable...

You will never be able to run new binaries on `iOS` like this. You might be able to run this on Android - but I would not recommend this. Instead...

/cc @brianquinlan for opinion (if we should tweak `Process` class documentation)

@alexmarkov could you take a look?