Niklas Baudy

Results 56 issues of Niklas Baudy

Formatting support could be extension functions on JVM/Android. I don't have an idea how to do it on native though

Required: - [ ] https://youtrack.jetbrains.com/issue/KT-40289

When executing the tasks with configuration cache: `./gradlew --configuration-cache generateProjectDependencyGraph` it succeeds. However when re-running the same command it fails: ``` 46 problems were found reusing the configuration cache, 24...

pr welcome

Use case: I've got a few layouts which I can reuse on different screens. Think of an empty screen. Empty screen consists of an Emoji, text and also subtitle. ```kotlin...

### Dialect SQLite ### Failing SQL ```sql SELECT coach.id, coach.firstName, coach.lastName, coach.badge, coach.email, COALESCE(jamesTemplateDatabaseCoach.jamesTemplateDatabaseId, :jamesTemplateDatabaseId) AS jamesTemplateDatabaseId, jamesTemplateDatabaseCoach.state FROM coach LEFT JOIN jamesTemplateDatabaseCoach ON jamesTemplateDatabaseCoach.coachId = coach.id AND jamesTemplateDatabaseCoach.jamesTemplateDatabaseId =...

bug

I am using the following: ``` upload_to_app_store( skip_screenshots: !options[:uploadScreenshots], overwrite_screenshots: options[:uploadScreenshots], platform: "osx", force: true, # Skip HTML verification. automatic_release: true, ) ``` When running this, I get: `fastlane finished...

status: waiting-for-reply

Did a new app and wanted to upload it right from the beginning using: ``` default_platform(:ios) platform :ios do lane :build_upload do |options| team_id("XXXXXXXXXX") build_app( scheme: "Foo", configuration: "Release", workspace:...

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

status: waiting-for-reply

Using `fastlane 2.197.0` and Screengrab `2.1.1` and when doing so on my device, I'm getting the following exception: ``` LocaleUtil E Failed to change device locale to tools.fastlane.screengrab.locale.LocaleListCompat@94127e4 E java.lang.ClassNotFoundException:...

tool: screengrab

I do find the skipping/ignoring API to be a bit clunky. No matter which way I use it: ```kotlin it("should do something", skip = Skip.Yes("Some reason")) it("should do something", Skip.Yes("Some...

is: improvement