Daniel Bischoff

Results 11 comments of Daniel Bischoff

I've got the same issue after adding a hardware security key to my apple account. Edit: Duplicate of https://github.com/expo/expo/issues/21277

Is it the goal to keep compatibility with libraries like `neondatabase/serverless` (same as you've planned for Websockets)?

@Battjmo I had to update the supabase CLI and pull the latest docker images to make it work, since `skip_nonce_check` got added just recently. Not sure if it was necessary...

I came across the same issue. The `cluster_id` kept changing with different zoom levels, but stable while just moving the map, even if the cluster marker was memoized. As far...

I just experienced the same. The issue (at least in my case) was that the environment variables set in the eas.json were not identical to those set in the update....

Oh, sorry that I couldn't help, then. 😅 I meant I still have to set the environment variable somehow, anyway. It's not just about fingerprinting. But maybe it's more of...

@kevinschaffter that was an easy one, I just set them below `env`: ``` - name: 🚀 Publish update and create a new build if fingerprint has changed uses: expo/expo-github-action/continuous-deploy-fingerprint@main env:...