Emmanuel Boudrant

Results 13 issues of Emmanuel Boudrant

Hello, When using the [circular spinner](https://github.com/alexjlockwood/adp-delightful-details/blob/master/app/src/main/res/drawable/avd_progress_indeterminate_circular.xml) in our app we get this exception on release builds only (minified) : It works fine in debug. ``` 11-21 17:12:00.974 21480 21480 D...

I have this code using a **try-with-resources** and Infer still generate a warning : I am using Infer version v0.9.5. ``` try ( // Let's anticipate up to 80 characters...

java
false-positive

Fix #495, since `platformDataRoot` is a path contained in gradle home it's safer to use absolute path for cache input. Here the build input comparison after fix when using steps...

**Description** On our CI we have "intermittent" failures on Paparazzi, the error is : ``` java.lang.IllegalStateException: Failed to init Bridge. at app.cash.paparazzi.internal.Renderer.prepare(Renderer.kt:83) at app.cash.paparazzi.Paparazzi.prepare(Paparazzi.kt:158) at app.cash.paparazzi.Paparazzi$apply$statement$1.evaluate(Paparazzi.kt:122) at app.cash.paparazzi.agent.AgentTestRule$apply$1.evaluate(AgentTestRule.kt:17) at com.google.testing.junit.testparameterinjector.PluggableTestRunner$ContextMethodRule$1.evaluate(PluggableTestRunner.java:420)...

Is there a way to filter-out preview versions (like `-alpha` or `-beta` or `-rc`), is it possible or is it a feature to add? Most of the time we use...

## Expected Behavior n-a ## Current Behavior n-a ## Context I want to enable an existing rule but only for Jetpack Compose (via `detekt.yml`). The rule should apply to all...

feature
suppressors

**Description** We'd like to create our own rule to wrap some boiler plate code and help adopting some good practice by our users. One of it is to build snapshot...

bug

After updating to Gradle 8.0 we have the following error : ``` A problem was found with the configuration of task ':clearFocus' (type 'ClearFocusTask'). - Type 'com.dropbox.focus.ClearFocusTask' property 'focusFile' has...

When I start dragging an item to the end of the list it scroll the gridview, at one point it crash with : ``` E/AndroidRuntime(16580): java.lang.NullPointerException: Attempt to invoke virtual...

I have this crash when adding `DebugLog` to this method. ``` @DebugLog public void notifyMessageRangeInserted(int start, int count) { ... } ``` Here the full stack, notice hugo is used...