Matej Knopp
Matej Knopp
The merged CL seems to have caused a regression: https://github.com/dart-lang/sdk/issues/50678.
I can confirm that https://github.com/dart-lang/sdk/commit/e3e355e16a8b67ba6a1d7a83f837e8e69cf71534 fixes the error for me. Thanks!
For what is worth, the original file is actually from [libnatpmp](https://github.com/miniupnp/libnatpmp/blob/master/getgateway.c), which is licensed under 3 clause BSD license.
We've been using `libnatpmp` since about 2010. You can get a really old source tarball from http://miniupnp.free.fr/files/ (as far as 2007, which predates SO), you'll see the file is there.
Closing in favor of https://github.com/flutter/engine/pull/37789.
Can you try installing https://visualstudio.microsoft.com/visual-cpp-build-tools/ ? It seems that you have Rustup installed, which requires the build tools to work properly on Windows. Another alternative would be to uninstall Rustup,...
> To fix the error with "irondash_engine_context", I had to add the missing `ndkVersion flutter.ndkVersion` line after `compileSdkVersion flutter.compileSdkVersion` in `android/app/build.gradle` That should already be there for any new Flutter...
Is there any progress on this? I believe 2) is roughly how Xcode indexes headers, except that it also reflects additional preprocessor state at the point of include. so having...
> I don't think we should do this till we get findings from the StC effort because of the performance cliff when the paths are animating. It depends on use...
What's the lifetime of impeller Path object? Is it held by the render pass? I haven't looked at the code recently, but in my first attempt on caching the tessellation...