Mike K

Results 5 issues of Mike K

### Version/revision of the library used v2.8.2 ### Describe the bug I have a **Sharp CRMC-A724JBEZ** remote control, and I'm using IRremoteESP8266 to decode its IR stream. When I use...

enhancement
more info

**Is your feature request related to a problem? Please describe.** Suppose an `ImageView` showing the user's avatar. The user's avatar is loaded with a placeholder and has the `CircleCropTransformation` transformation...

enhancement

If you place a View off-screen such that its left and/or top positions are negative, then that View will have a position that's off by 2px, and a dimension that's...

bug

```xml ``` ```kotlin class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_flow_visibility) val clRoot = findViewById(R.id.clRoot) val constraintSet = ConstraintSet() constraintSet.clone(clRoot) constraintSet.applyTo(clRoot) } } ``` Executing the...

bug

Using ADB Idea 1.6.8 with Android Studio Flamingo 2022.2.1 Canary 8, I get the following exception when trying to use "ADB Restart app with debugger": ``` java.lang.NoSuchMethodError: 'void com.android.tools.idea.run.editor.AndroidDebugger.attachToClient(com.intellij.openapi.project.Project, com.android.ddmlib.Client,...