Jeff Lewis

Results 10 comments of Jeff Lewis

> Safari 14 was released today and can support the Chrome/Firefox paradigm of extensions. There is a converter util to create the necessary Xcode project. https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_web_extension_for_safari

Does it make sense to put the App Store into a service? Then whatever activity is the one active can create the service if it's not active, or connect to...

Oh interesting. We've always had rotation issues, and have a second process that rotates the image to the specified exit tag value. With that, we've had no troubles before or...

> @jefflewis thanks for this fix. > > I'm getting lots of errors though on rn 0.72.5 and [email protected] > > ![Screenshot 2023-10-11 at 10 00 52](https://user-images.githubusercontent.com/717975/274171281-7c0db6ba-2b5f-4c94-8ee1-e61684cc5668.png) > > ![Screenshot...

I can reproduce and am adding a PR for this library shortly.

On my M1 Max Mac Studio with 64GB of RAM: ``` encode: 53.7 tok/s, decode: 18.6 tok/s ```

I can _very_ much confirm this crash. We started seeing this when updating from RN 0.66 to 0.69,0.70,0.71, and 0.72. Obviously, yes, not using `libjsc.so` does "fix" the problem by...

Here's a ndk-stack trace for the crash: ``` ********** Crash dump: ********** Build fingerprint: 'samsung/beyond1qlteue/beyond1q:12/SP1A.210812.016/G973U1UES8IWD3:user/release-keys' #00 0x00000000005032e4 /data/app/~~PazDQMx7Xot1mN6o6O3bYw==/my.app.bundle.id-JLodfSZXtj_iDJ_vPcIUaA==/base.apk!libjsc.so (BuildId: 9cb83e4124e3ee1471bc717c722b4109614385ba) #01 0x0000000000000668 [vdso] (__kernel_rt_sigreturn+0) #02 0x00000000000a3068 /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8) (BuildId: 73e145ce4e1dfca57a8eaf6d29c1d3fe)...

I've commented on what appears to be linked issues: https://github.com/expo/expo/issues/18083 https://github.com/facebook/react-native/issues/33896 I see this same behavior with samsung devices on first launch with JSC. I saw this when migrating to...

I upgraded _to_ RN 0.70.6 and started seeing this crash. I upgraded to 0.71.3, and it persisted. If I enable hermes, it (obviously) goes away. I'd like to not switch...