Colin Darie

Results 3 comments of Colin Darie

I found Expo 41 ships reanimated v2.0.1 native modules, but v2.1.0 on JS side expo/expo@d783eeb Not sure why, maybe because the reanimated release was a little late during expo 41...

I had a similar problem in a multi client configuration one day because my import was wrong : ```js // OK : import { multiClientMiddleware } from 'redux-axios-middleware'; // This...

I installed `bitsandbytes` manually (`pip3 install bitsandbytes` in the virtual env). Then there is the error `TypeError: BFloat16 is not supported on MPS`, which lead to me to https://github.com/bitsandbytes-foundation/bitsandbytes/issues/1020 :...