Niklas Baudy

Results 89 issues of Niklas Baudy

This is kind of a one off exception that only happened a few times on some devices. I can't reproduce it: ``` Crashed: com.apple.main-thread 0 CoreText 0x1aae05ca4 TGlyphEncoder::RunUnicodeEncoderRecursively(unsigned int, TCFRef&&,...

When I run the aggregation task `licensee` all of the tasks for each applicable plugin are ran. Since the configuration is shared there are some warnings: ``` > Task :core:licenseeJvm...

I'm currently using sqldelight 2.0.0-alpha03 and when trying to use the native in memory database on iOS in tests (`./gradlew iosSimulatorArm64Test`) I get: ``` w: Mimalloc allocator isn't supported on...

Left image is with optimizations turned on, clearly showing an overlap between the two TextViews. Right image is rendering everything correctly: ![overlapping](https://user-images.githubusercontent.com/5759366/133921902-f7a77b93-3700-40af-95cf-99598e67701f.png) Here's a reproducible sample PR using constraint layout...

bug

```ruby lane :niklas do fastlane_require 'spaceship' Spaceship::Tunes.login("[email protected]") app = Spaceship::Tunes::Application.find("com.vanniktech.yatzy.ios") edited = app.in_app_purchases.find("remove_ads_in_app_yatzy").edit edited.review_notes = "Updated translations" edited.review_screenshot = "/Users/niklas/dev/GitHub/vanniktech/ios/Yatzy/fastlane/screenshots/en-US/iPhone 8 Plus-02.png" edited.versions = { 'en-US' => { name: "Remove...

status: waiting-for-reply

### SQLDelight Version 2.0.0-alpha03 ### IDE Version IntelliJ 2022.2.1 ### Dialect SQLite ### Describe the Bug ```sql import kotlinx.datetime.Instant; import kotlin.Int; CREATE TABLE coacheeAvatar ( id TEXT NOT NULL PRIMARY...

bug
component: ide-plugin

Using a Pixel 6 XL. 1. Click on sample of customactivity 2. Select `Camera` as the source 3. Take a portrait! picture 4. Have a breakpoint in `onSetImageUriComplete`: https://github.com/CanHub/Android-Image-Cropper/blob/85c98bbda8ec2024b9572518baaa894ac7ea55d5/cropper/src/main/java/com/canhub/cropper/CropImageActivity.kt#L274 Expected...

bug

### Media3 Version 1.0.0-beta02 ### Devices that reproduce the issue Android Auto with Pixel 6 Pro ### Devices that do not reproduce the issue - ### Reproducible in the demo...

bug

While the documentation is already super precise, personally for me coming from a non media related background, I'd appreciate some examples. Coming from: https://github.com/androidx/media/issues/156

### [REQUIRED] Use case description Writing my own Player UI with my own controls for my Podcast app. While Timebar has some good configuration options, the internal logic of calculating...

enhancement
needs triage