Théo Mathieu

Results 31 comments of Théo Mathieu

Works perfectly with & without it. In my case at least. Using the `RedocStandalone` component.

Note: i used `npm install --force` to force react 18.

It should work indeed ;) I will try soon. Thanks!

Same here. Note: I use Jetstream with the 2.8.1 server version. Client version 2.1.0 Note2: I personally use drain to cancel all subscriptions. Hope that helps.

As a workaround you can include this in your redis module: ``` class RedisTemp: def execute_command(self): pass StrictRedis = RedisTemp() ```

I think this can be closed now. Works seamlessly for me

@webwelten, Thanks, this is awesome ! I'm not concerned that much about handlers location for now (we could place the `onepasswordSupported` state in redux). The issue is that in my...

You might need to run `react-native link` from the root of the project.

Thanks I'll try it when I can !