Results 15 issues of Alix

In the upgrade instructions for Podcast Generator it says: > 4. After performing above steps please provide safe permissions to /home/mydomain/config.php file What permissions are required? (user / group /...

Help Wanted

Hi, the plugin is working for me but I'm getting these errors in the build log (see below). This is the "sonarqube_preview" step. My setup: **Gitlab version** 8.0.5 **Gitlab CI...

### Description When using different effects, such as `DisposableEffect` or `LaunchedEffect`, declared in a composable to be tested I have noticed erratic behavior by Robolectric. I also see issues for...

Android Studio has started to deprecate Jcenter as it will be shut down soon. Maven central is the recommended repository to switch to.

enhancement

- Updated compileSdkVersion from 31 to 33 - Updated Android Gradle Plugin from 4.2.1 to 4.2.2 - Fixed some deprecation ### Checklist - [x] I read the [Contribution Guidelines](https://github.com/openid/AppAuth-Android/blob/master/CONTRIBUTING.md) -...

### Feature Request Maybe not a feature request, but not a bug either... Fixed here: https://github.com/openid/AppAuth-Android/pull/895 #### Motivation It is valuable to follow closely the new Android APIs to avoid...

enhancement

SonarQube version: 9.9 LTS Sonar PMD plugin: 3.4.0 "PMD 7.0.0 will remove support for this Rule." Rules (there may be more?): - AvoidUsingShortType - BooleanInstantiation - LongInstantiation - SimplifyStartsWith -...

### Description With a larger test suite (my project has ~2000 tests) Gradle seems to give up and ultimately crashes. This is likely due to a memory leak somewhere but...

With Jetpack Compose, https://developer.android.com/jetpack/compose, it is difficult to produce high test coverage due to the way these components are defined; there is an exponential growth of test cases needed for...

I get this kind of error for some queries using OpenAiChatModel: ``` dev.ai4j.openai4j.OpenAiHttpException: { "error": { "message": "Rate limit reached for gpt-4-0613 in organization on tokens per min (TPM): Limit...

P2