Fabien Demangeat

Results 72 comments of Fabien Demangeat

Digging up this issue as I have the same problem. SlideInLeftAnimationAdapter & SlideInRightAnimationAdapter won't work at least on the first load/display of the data. So if you update the data...

Got a solution but it may be dirty. In AnimationAdapter.java, method onBindViewHolder, by wrapping the following lines in a post(), the items are animated at the first load. ``` for...

Sorry to bump this, but has anyone any insights on Google's plans wrt the BLE connection procedure. Reading https://developer.android.com/guide/topics/connectivity/bluetooth#FindDevices They really seem to push for the use of this "Companion...

> As far as I can tell the Companion Device Pairing feature is fairly simple to use and integrating with RxAndroidBle shouldn't be a problem even if the feature itself...

> @fabiendem have you tried using the CLI? https://docs.sentry.io/workflow/releases/?platform=javascript#using-the-cli I haven't because it's not really part of the workflow if you use the gradle plugin for Android

Ticket is still relevant, could you add it to the backlog please? We don't want to use the sentry-cli manually but instead leverage on the existing react-native integration. Doing things...

I've looked a bit more into this. Looks like it's not trivial because the sentry gradle plugin at https://github.com/getsentry/sentry-react-native/blob/master/sentry.gradle relies on the `sentry-cli`'s command `react_native_gradle` at https://github.com/getsentry/sentry-cli/blob/master/src/commands/react_native_gradle.rs. This `react_native_gradle` doesn't...

Interesting thanks, I'll have a look. I don't want to divert from this ticket too much, but in the RN doc, what does `tracingOrigins: ["localhost", "my-site-url.com", /^\//],` refer to? Is...

Thanks @marandaneto but isn't it for server side queries only? It won't apply to a react-native project I believe.

@AnatolyPristensky Sorry I know it's not the right thread but.. > We are already have an item on our internal dashboard for fixing above mentioned issue. Which issue are you...