Ben Kay
Ben Kay
When formatting using --stdin, you lose filename/path in any error messages (obviously). Additionally there's no way to use things like specific-directory editorconfig overrides, which depend on knowing the file location....
We have multiple test steps, and as a result end up with multiple .xcresult files. I tried passing all the result bundle paths to a single xcresulttool action, but if...
When using ktlint with --stdin, it's expected that the output of stdout is only the formatted code. Instead, an info logging line is prepended to the stdout with 0.47.1. The...
0.47(.1) seems to have broken .editorconfig support when using --stdin ```kotlin class Foo { fun foo() {} } ``` ``` [*.kt] indent_size = 2 ``` With 0.47.1, the .editorconfig file...
Launching Molecule with Dispatchers.Main.immediate breaks state invalidations in some Compose code
The issue is demonstrated by the below code, which reproduces the issue without actually depending on Molecule. The original problem manifested as images loaded by Coil not fading in correctly...
Our security team flagged com.nimbusds:nimbus-jose-jwt as having a [known vulnerability](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-52428). Looks like the 3ds2 dependency depends on an old version ([9.21](https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt/9.21)). I assume it's safe to force the latest version...