Vali-98

Results 5 issues of Vali-98

### Description Installation of react-native-skia with latest version of Expo SDK 49 results in in a wasm validation error when attempting to use a `` ![image](https://github.com/Shopify/react-native-skia/assets/137794480/3acf38e2-ca58-436e-a223-5e7ceff00bed) When using CDN, the...

bug

As previously pointed out in https://github.com/react-native-community/fetch/issues/13#issuecomment-1703097655 , ReactNativeFlipper breaks streaming completely. With Expo SDK50, the nature of these files have changed: > React Native 0.73 changed from Java to Kotlin...

As stated in the build steps, the following command is run: `cmake --build cmake-build` This however results in a build failure: ``` Looking for a ASM_NASM compiler failed with the...

Related to: https://github.com/Vali-98/ChatterUI/issues/20 Model used: https://huggingface.co/Crataco/stablelm-2-1_6b-chat-imatrix-GGUF/blob/main/stablelm-2-1_6b-chat.Q4_K_M.imx.gguf llama.rn version: 0.3.1 Error provided my llama.rn: ``` [RNLlama] is_model_loaded false handling signal: 11 Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x698...

I was testing all-MiniLM: https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2 After loading the model and trying to generate an embedding, the app crashes on this function: ``` std::vector getEmbedding() { static const int n_embd =...

bug