Kenneth Cochran
Kenneth Cochran
That does not fix the error. It's still trying to `#include ` I did the following: ```bash rm -rf build git pull git checkout long-long-fix git clean -f git reset...
Version 9.2 (9C40b) and here's the compiler version ```bash $ cc --version Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ```
`env | grep CFLAGS` does not return anything. It is 64 bit. If it helps, here's the full output when compiling with `cmake .. && make`: https://gist.github.com/kennycoc/5d3ce6d4b90fadb16a6a9f3da8840d9b
Update: if `NSSupportsAutomaticGraphicsSwitching` is enabled, I am able to reproduce the 950ms+ frames even without switching away from the app.
Thanks. Good to know it doesn't affect the latest hardware, at least
Works for me
It would also be useful if there was a tag for 2.0 to make it more clear that the latest version does support polymer 2.0
In addition to warnings in the ide, it requires `--no-sound-null-safety` to compile, which generates a warning that the option will not be supported in flutter 3
I can confirm top level dev dependencies get vendored ``` cargo init cargo add --dev rand cargo vendor ls vendor ```
This one is important to me, so I’d be happy to contribute the feature, but it would be my first jetbrains plugin work, so some guidance on where to start...