Santiago José Dandois

Results 11 comments of Santiago José Dandois

I'm having the same issue. However, I've noticed that position tracking is not working by default while the application is in background, in which case the solution would be to...

I think you are not asking for the ACCESS_FINE_LOCATION permission.

Hi, I noticed that `useQuery` has the same problem. Is there a previous version where this works correctly? The README file caught my attention: > ## useQuery > > Returns...

As a workaround, I've implemented a caching hook on top of the ones provided by @realm/react: ```js export const createRefCache = object => { return new Proxy( {}, { get:...

@takameyer Hi, I was trying version `10.19.5` with `react-native` `0.67.3`. It also crashes the first time realm is accessed. I've uninstalled `react-native-reanimated`. Which realm version should I've tried? I was...

Same here in android emulator. I've deactivated wifi and LTE from the emulator and .get call never finishes, even if i've configured a timeout. ``` [email protected] [email protected] ```

Well, I think it is a little annoying, but you can use useCallback to avoid this.

Same issue here. # Debug info ## core - n8nVersion: 1.98.2 - platform: docker (self-hosted) - nodeJsVersion: 22.16.0 - database: postgres - executionMode: regular - concurrency: -1 - license: enterprise...