arcticfox

Results 7 issues of arcticfox

Thank you very much for your work, this is the change I made to upgrade null safety.

This buildsystem is great!I want to know if it can compile Python for Android?Need some patches?

Thank you very much for your work. But when I package the web version, I get a similar error: ``` Error: Error when reading '.../dartssh2-1.2.0-pre/lib/http_html.dart': The system cannot find the...

My current version is 8.0.2. I'm guessing this [issue](https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/533) has not been fully fixed, or has created new problems? ``` W/KeyStore(10039): KeyStore exception W/KeyStore(10039): android.os.ServiceSpecificException: (code 7) W/KeyStore(10039): at android.os.Parcel.createException(Parcel.java:2085)...

First of all thank you very much for your work, I happen to have the need to embed the Dart VM to execute the code. Here is the code I...

enhancement
help wanted

### Description I'm trying to create a pure C++ TurboModule library following the approach in [PR #2387](https://github.com/react-native-community/cli/pull/2387) and referencing the [react-native-cxx-turbomodule](https://github.com/atlj/react-native-cxx-turbomodule) repo . However, when I add react-native-cxx-turbomodule as a...

bug

## Description The `dependencyConfig` function in `packages/cli-config-android/src/config/index.ts` sets an incorrect default value for `cmakeListsPath` that applies to **all** dependencies, including pure C++ TurboModules. This causes build failures in host applications...

bug report