张宇

Results 9 issues of 张宇

java.lang.IllegalStateException: Pid 19445 has exceeded the number of permissible registered listeners. Ignoring request to add. at android.os.Parcel.createExceptionOrNull(Parcel.java:2384) at android.os.Parcel.createException(Parcel.java:2360) at android.os.Parcel.readException(Parcel.java:2343) at android.os.Parcel.readException(Parcel.java:2285) at com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy.listenForSubscriber(ITelephonyRegistry.java:1140) at android.telephony.TelephonyRegistryManager.listenForSubscriber(TelephonyRegistryManager.java:231) at android.telephony.TelephonyManager.listen(TelephonyManager.java:5617) [NetStatusUtil.java](https://github.com/Tencent/mars/blob/master/mars/libraries/mars_android_sdk/src/main/java/com/tencent/mars/comm/NetStatusUtil.java)...

For version react-native-gcanvas:0.0.6 in `react-native-gcanvas/android/build.gradle` : ``` compileOnly project(':android:gcanvas_library') compileOnly project(':android:bridge_spec') compileOnly project(':android:adapters:gcanvas_imageloader_fresco') compileOnly project(':android:adapters:bridge_adapter') ``` None of these project could be found in node_modules. Use remote dependencies instead of...

**com.guoxiaoxing.phoenix.picker.ui.camera.CameraFragment** 603行 ```java mPreviewContainer.setAspectRatio(previewSize.getHeight() / (double) previewSize.getWidth()); ``` 如果window宽度比高度大时,应该是 ```java mPreviewContainer.setAspectRatio(previewSize.getWidth() / (double) previewSize.getHeight()); ```

'LZiCloud.h' file not found LZiCloudViewController.m

| Before | After | | --- | --- | | ![img_v2_58c2ae22-3002-4e11-8f72-3554be114aeg](https://github.com/noties/Markwon/assets/18024705/578f8402-0f60-4294-8e4f-9b6382a0741f)| ![img_v2_c349beee-a461-42eb-9a09-9c8e2e78a2cg](https://github.com/noties/Markwon/assets/18024705/97a90e3f-5afc-499c-88db-8e64c02c3523) |

* **Markwon version**: 4.6.0 Reproduce markdown: `12345678901234567890` Expect: there are 2 colors in the string. Actual: only 1 color `#ff0000` shown. Cause: SpannableBuilder reverse the order of `setSpan`, so that...

Allow just one `$` like: `$y=x^2$` Github supports one `$`: $y=x^2$

systemProp.https.proxyPort=45678 systemProp.http.proxyHost=127.0.0.1 systemProp.https.proxyHost=127.0.0.1 systemProp.http.proxyPort=45678 GTDemo gradlew.properties的代理会让Gradle sync的时候失败