Jamie Sanson
Jamie Sanson
This includes boost, star and reply. Reply functionality will come as a follow up before the next release. Additional features like mute, report etc. will come later.
We're not able to enforce type constraints on config providers themselves, but from an end-user perspective it'd be useful to be able to model config items as enums straight out...
The core of Konfigure, property-delegate based app configuration, is written in pure Kotlin. As such, Konfigure could be a good candidate for Kotlin/Multiplatform. [Kotlin/Multiplatform projects are in alpha](https://kotlinlang.org/docs/reference/multiplatform.html), so we'd...
### Describe the bug Using certain `gh pr` commands never works with a fine-grained PAT as `GH_TOKEN`, regardless of scopes granted to it. CLI version: ```shell gh version 2.50.0 (2024-05-29)...
### Is there an existing issue for this? - [X] I have searched the existing issues ### SDK Version 4.0.1 ### Current Behavior When using the Optimizely SDK in release...
This ensures the Java SDK is able to look up Gson, and select the correct config parser on Android platforms. Closes optimizely/android-sdk#489.
When using the version 0.4.0-alpha03 with the `reportLintsAsErrors` option set, running the check compatibility task fails with the following coming from Metalava: ``` Aborting: Error: no such option: "--lints-as-errors" Usage:...
I really like these backwards compatibility guidelines, and figured I'd contribute a few words around a principle we've been applying to library development - take care when using sealed types...