Eli Hart
Eli Hart
### Description If I want to notify a handled issue with Error severity I must use a callback like ``` Bugsnag.notify(throwable) { event -> event.severity = Severity.Error true } ```...
I noticed that `JClassName.toKClassName` only has a few of the standard java util collections ``` PoetInterop.CN_JAVA_STRING -> STRING PoetInterop.CN_JAVA_LIST -> LIST PoetInterop.CN_JAVA_SET -> SET PoetInterop.CN_JAVA_MAP -> MAP PoetInterop.CN_JAVA_ENUM -> ENUM...
Updates to latest kotlin, ksp, xprocessing, agp, and compile sdk.
https://github.com/google/ksp
In many places in the processor issues are logged like this ``` logWarning { "No need to specify the @Styleable value parameter if no class members are annotated with @Attr."...
On the latest 1.0 snapshot I have a library module where `testDebugUnitTest` task fails with this crash ``` java.lang.ClassNotFoundException: androidx.dynamicanimation.R at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) at java.base/java.lang.Class.forName0(Native Method) at...
The PR that forced isInEditMode to false (https://github.com/cashapp/paparazzi/pull/145) assumes that people will want that behavior. We actually want our `isInEditMode` to be respected in screenshots, mostly so that we know...