Ian Brandt

Results 29 issues of Ian Brandt

Greetings, I'm trying to connect to my BB-8, but when I run `advertisement-discovery.js` it just hangs and never prints anything. I can connect with the iOS app. The first time...

With 2.0M7 it seems I can write: ``` java assertThat(a).usingComparator(myComparator).isEqualTo(b); ``` But not: ``` java assertThat(a).usingComparator(myComparator).isGreaterThan(b); ``` Nor: ``` java assertThat(a).usingComparator(myComparator).isLessThan(b); ``` Forgive me for not knowing anything about the...

It would be nice to have a context menu such as "PMD > Check Code with PMD" that picks up changes to active rule set files and reanalyzes. For prior...

enhancement

**Build scan link** https://scans.gradle.com/s/dbkbjeg4dv4og/ **Plugin version** 1.27.0 **Gradle version** 8.5 **JDK version** 17.0.8.1 **(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version** 1.9.21 **(Optional) Android Gradle Plugin (AGP) version** N/A **(Optional)...

bug
toolchain:kotlin

**Is your feature request related to a problem? Please describe.** Despite having [enabled watching of releases](https://docs.github.com/en/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#about-custom-notifications) for this repo, I typically only find out about new versions of this project...

documentation
help wanted

Continuing #727, it appears that [`checkConstraints`](https://github.com/ben-manes/gradle-versions-plugin#constraints) is not considering [constraints sourced from another platform](https://docs.gradle.org/current/userguide/java_platform_plugin.html#sec:java_platform_bom_import). Reproducer: https://github.com/ianbrandt/gradle-versions-plugin-platform-constraints/ (commit as of this writing: https://github.com/ianbrandt/gradle-versions-plugin-platform-constraints/tree/09d5e70d2f78789a045f5442fd05fa6b62d41594). I've configured `checkConstraints` and `checkBuildEnvironmentConstraints` to `true`: https://github.com/ianbrandt/gradle-versions-plugin-platform-constraints/blob/09d5e70d2f78789a045f5442fd05fa6b62d41594/build.gradle.kts#L26-L27....

From @jvandort in https://github.com/ben-manes/gradle-versions-plugin/issues/727#issuecomment-1467122742: > The log4j problem was present on `0.44.0` before these changes. It is related to trying to resolve the buildscript `classpath` configuration in the `:subprojects` project,...

It would be nice to have non-empty variants of the immutable/persistent collections for modeling one-or-more scenarios. See: https://youtrack.jetbrains.com/issue/KT-21217/Non-empty-collections.

Not knowing if this was a Spring Boot, Spring Security, RSocket, or Netty issue, I originally filed this against Spring Boot as spring-projects/spring-boot#34853. They forwarded me here given that exclusively...

When I [upgrade my project to Kotlin 2.0.0-Beta4](https://github.com/sdkotlin/sd-kotlin-talks/commit/2363d9a0686164707d1256837cd343df098e51e1), I get the following from `dependencyUpdates`: ``` Failed to determine the latest version for the following dependencies (use --info for details): -...