Damian Wieczorek

Results 10 issues of Damian Wieczorek

### Description We regularly see OOMs from LeakCanary during analysis - we've already enabled the separate process, and skip all initialization in that process, but the issue has persisted. So,...

type: bug

`TextView`s are often baseline-aligned to other views. `TickerView` should also support `layout_alignBaseline` and other similar layout attributes.

I am experiencing a segmentation fault when running nanoscope on a particular screen of my app. I'm not sure what's unique about this screen, but it's reliably reproducible. ``` backtrace:...

**Description** Certain patterns in a `Serializable` class will cause code to be compiled incorrectly for JS. While the class will appear to function normally when used from code, instances produced...

bug
compiler-plugin
js

If a provision has `@Assisted` injection parameters and injects a factory function for its own type, the code generated for the factory function unexpectedly ignores the assisted arguments and returns...

enhancement

There appears to be a race condition associated with `RxReplayingShare` which isn't present when using `.replay(1).refCount()`. I can't seem to reliably reproduce the issue when running a JVM unit test...

http://kotlinlang.org/docs/reference/functions.html#generic-functions

When accessing a property multiple times which cannot be smart cast, i.e. is any of the following: - open - a `var` - does not have a backing field Prefer...

### Problem Statement Currently, Sentry has several options for alert triggering conditions based on issue frequency: ![Image](https://github.com/user-attachments/assets/2e550e01-1963-42bc-a52b-d1a453c1ed2e) While the "percent of sessions affected by an issue" option is helpful for...

Product Area: Alerts
Waiting for: Product Owner

Please answer the following questions for yourself before submitting an issue. - ❌ I am running the latest version (running 1.13.11, not using Kotlin 2.0.x yet) - ✅ I checked...