Semyon
Semyon
Hello, Since iOS SDK 14.5 (Xcode 12.5) ASWebAuthenticationSession instantiation might crash with exception: > NSInvalidArgumentException: The provided scheme is not valid. A scheme should not include special characters such as...
`testInstrumentationRunner` in Camera2Extensions/app/build.gradle is set incorrectly to `kotlin_version` which results in > Execution failed for task ':app:processDebugAndroidTestResources'. > A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction > Android resource linking failed camera-samples\Camera2Extensions\app\build\intermediates\packaged_manifests\debugAndroidTest\AndroidManifest.xml:9:...
**Channel** C++Weekly **Topics** Why variable-length arrays are available in C++ as a compiler extension (why not part of standard and why not removed altogether). The good (they were added to...