Shawn Dempsey

Results 9 comments of Shawn Dempsey

seeing this issue as well w/ Rails 4.2.1

Adding `jest` runner support would be awesome! Could [React Native Testing Library](https://github.com/testing-library/native-testing-library) be used even w/o the `jest` runner?

I have, but mostly for snapshot tests. However w/ RN there is still all the native mocks that need to happen so having it run in a real simulator sounds...

I just discovered this as well. Since Textmate seems like it's stuck at 1.0 forever, multi screen editing is something that has to be done with workarounds like opening 2...

I'm trying to use a local embedding model (nomic-ai/nomic-embed-text-v1.5-GGUF) from LM Studio in v2.6.1 Here is the LM Studio setup: ![CleanShot 2024-09-04 at 09 48 44@2x](https://github.com/user-attachments/assets/5c934fcd-7e07-4b22-a361-e8beec66f842) These are the options...

**Thank you, this worked!** ![CleanShot 2024-09-04 at 11 03 09@2x](https://github.com/user-attachments/assets/6ece4d69-29f0-4893-939f-f55f555ba716) I turned off "serve on local network" and used the local address ![CleanShot 2024-09-04 at 11 03 49@2x](https://github.com/user-attachments/assets/8779f416-8a74-4f63-b647-77cc32d7f10e) I re-added...

This error means you are using the new architecture & the native implementation of the `RNCWebViewModule` Turbomodule was not found by JS. If you are using version => [v13.10.5](https://github.com/react-native-webview/react-native-webview/releases/tag/v13.10.5), you'll...

Try using [RN v0.76.7](https://www.npmjs.com/package/react-native/v/0.76.7) w/ new arch enabled to fix the Android issue where the map won't use the initial region on subsequent renders. https://github.com/facebook/react-native/pull/48823 was added to fix Interop...