rayworks

Results 7 issues of rayworks

Fix the class cast Exception after androidx migration `Process: com.ashokvarma.bottomnavigation.sample, PID: 22967 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ashokvarma.bottomnavigation.sample/com.ashokvarma.bottomnavigation.sample.HomeActivity}: android.view.InflateException: Binary XML file line #2 in com.ashokvarma.bottomnavigation.sample:layout/activity_home: Binary XML file line...

> /Users/rayworks/.gradle/caches/transforms-1/files-1.1/core-1.1.0.aar/e6128cc90a9aedec0cb88801c2bb9e44/res/values/values.xml:7:5-70: AAPT: error: resource android:attr/fontVariationSettings not found. /Users/rayworks/.gradle/caches/transforms-1/files-1.1/core-1.1.0.aar/e6128cc90a9aedec0cb88801c2bb9e44/res/values/values.xml:7:5-70: AAPT: error: resource android:attr/ttcIndex not found. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'....

For file `wclient.c` in project `concurrency-webserver`, the method `read_or_die` instead of `readline_or_die` should be used when reading HTTP body. If the requested file size is larger than 8K, we need...

Hi @ImnIrdst , I just found that if app got resumed from background and I clicked the button to play again, there will be a crash related to illegal state...

The solution failed to pass the case with input : [2,1,1,1,5,1].

Original error message when running Robolectric test: ``` failed to configure com.example.android.uamp.media.library.MusicSourceTest.whenReady_errorContinues: Package targetSdkVersion=30 > maxSdkVersion=28 java.lang.IllegalArgumentException: failed to configure com.example.android.uamp.media.library.MusicSourceTest.whenReady_errorContinues: Package targetSdkVersion=30 > maxSdkVersion=28 at org.robolectric.RobolectricTestRunner.getChildren(RobolectricTestRunner.java:240) at org.junit.runners.ParentRunner.getFilteredChildren(ParentRunner.java:534) at...