James Barr

Results 17 comments of James Barr

#455 added in our Flipper plugin which supports viewing the live RIB tree on Android

> Note that the Gradle plugins portal still sources jcenter under the hood @ZacSweers this is [fixed](https://github.com/gradle/gradle/issues/16035) now, right?

This is not something that we are looking to support

@Bencodes will this KSP integration support mixed src sets? two questions that come to mind: 1) are all *.kt and *.java sources passed to KSP processors? 2) will KSP processors...

Support for bring your own based on RSS

@BraisGabin can we revisit this issue now that there is a kotlinc compiler plugin integration? right now the compiler plugin only [reports issues as Kotlin warnings](https://github.com/detekt/detekt/blob/d1933ab4b09bd367aaa8c068a587c2b192976633/detekt-compiler-plugin/src/main/kotlin/io/github/detekt/compiler/plugin/internal/MessageCollectorExtensions.kt#L28-L29), but ideally we can...

Lemmy and/or KBin

In case anyone else finds this useful, I hacked this together for myself using a [script](https://github.com/jbarr21/script-commands/blob/main/apps/amethyst/generate-amethyst-scripts.py) that reads the Raycast [config file](https://github.com/ianyh/Amethyst/blob/development/.amethyst.sample.yml) and generates the script commands for each shortcut

@shs96c rules_jvm_external already [sets the](https://github.com/bazelbuild/rules_jvm_external/blob/master/private/rules/coursier.bzl#L875) `--cache v1` flag so the `COURSIER_CACHE` env var does not apply we ended up adding an env var to our fork of RJE which allows...

i wasn't aware of the latter at the time & had seen other popular community libraries using japicmp, so that was the initial reasoning for going with that tool