Louis CAD
Louis CAD
Hi, after completing the [Firebase+Polymer codelab](https://codelabs.developers.google.com/codelabs/polymer-firebase-pwa/index.html?index=..%2F..%2Fpolymer-summit-2016&viewga=UA-39334307-12), I wanted to replace the `dom-repeat` property with the `` element so I can get optimal performance even on really long lists. It unfortunately...
Compose is no longer experimental, and it's been a while.
Since API 24 (Android 7.0), only 5 scan starts are allowed for the app in windows of 30 seconds. This gotcha is among the not well documented parts of Android...
CameraCoroutines is self explanatory, but this library is not just about using camera with coroutines. It's also about making it easier to use despite the huge number of capabilities of...
Additional device info: unrooted JAVA VM ART 2.1.0 OpenGL ES 3.0 ```console 08-16 13:40:15.920 31529-31606/com.beepiz.cameracoroutines.sample E/CameraDeviceGLThread-0: Received exception on GL render thread: java.lang.IllegalStateException: swapBuffers: EGL error: 0x300d at android.hardware.camera2.legacy.SurfaceTextureRenderer.checkEglError(SurfaceTextureRenderer.java:487) at...
Hi, Kotlin can already be used on the non NDK side, but it could also be used on the NDK side with Kotlin/Native now in EAP! Could you provide at...
Hello, When tests fail in CI, here's what I get: ``` * What went wrong: Execution failed for task ':module:allTests'. > There were failing tests. See the report at: file:///home/runner/work/user/project/module/build/reports/tests/allTests/index.html...
So people can subscribe to this issue and see any progress, and you can link that issue from the README 😉
Hello, I was wondering why composables with names like `TextActual` are part of the public API when it seems they're designed to be called by `Text` and alike. I think...