Nook2007

Results 5 issues of Nook2007

Hi. On pixel 4 xl i see video faster then audio (500ms), any idea why this is happening?

How to reproduce: 1. Use this in ItemsFragment ``` private void expand() { rvTest.getLayoutParams().height = ViewGroup.LayoutParams.WRAP_CONTENT; rvTest.requestLayout(); } private void collapse() { rvTest.getLayoutParams().height = 100; rvTest.requestLayout(); } ``` 2. Call...

c++ 2x faster than java on linux x64, with same machine/rate/config/images

bug
to be investigated

I have abstract class ``` @JsonTypeInfo( use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.EXISTING_PROPERTY, property = "type" ) @JsonSubTypes( JsonSubTypes.Type(value = SomeSettings::class, name = "SomeSettings"), ) abstract class Settings : Serializable {...

bug

Sometimes confidence for body style or make model is null and then it crashing in https://github.com/DoubangoTelecom/ultimateALPR-SDK/blob/master/samples/android/common/src/main/java/org/doubango/ultimateAlpr/common/AlprUtils.java#L242 or https://github.com/DoubangoTelecom/ultimateALPR-SDK/blob/master/samples/android/common/src/main/java/org/doubango/ultimateAlpr/common/AlprUtils.java#L259 I noticed that this happens on the Jetson nano(but this is not...