Rob Aldred

Results 51 comments of Rob Aldred

What's the benefit of logging to influx over what home assistant provides?

Did you ever discover the cause of this @lindan4 ? WE're seeing the same issue in jest, related to NetInfo.addEventListener being call.

I was seeing this when running tests with jest. Sorted it by creating a manual mock `__mocks__/react-native-blob-util.js` containing simply: ```js export default jest.fn(); ``` Which covered off tests which weren't...

Ahh makes a lot of sense. Personally, i think it might be nicer from a user experience point of view to actually have the start and end times separate anyway,...

Totally understand. Thanks for taking the time to consider.

Forgive my ignorance, Is it not possible to have this buildpack create the cache directory, rather than relying on `heroku-postbuild`?

We're getting this same building android, ios builds fine. Detox 20.19.3 React native: 0.71.13 Android Gradle Plugin 7.3.1 Gradle: 7.5.1 Fabric: no Node version: 18.17.1 Device model: Pixel_3a_API_31 Android version:...

@moatasemyakhni Found this in the release notes for [Detox 20.18.5](https://github.com/wix/Detox/releases/tag/20.18.5) Replace the standard Detox dependency in your `build.gradle` file with the Detox Java11-compatible version: ```diff - androidTestImplementation('com.wix:detox:+') + androidTestImplementation('com.wix:detox-legacy:+') ```...

Would be good to get the other transfer events in here too. `transfer.reversed` and `transfer.updated`

Seeing the same with my nest camera. I can't use "auto" because it just shows a blank view. When using "live" the screen never dims. Removing the camera from the...