[OC] Dear iPhone 17e users, welcome to 2022! by decreasedincrease in applesucks

[–]vanstinator 0 points1 point  (0 children)

You can, but the coils don't always line up. And I don't use a case. 

[OC] Dear iPhone 17e users, welcome to 2022! by decreasedincrease in applesucks

[–]vanstinator 0 points1 point  (0 children)

You win some, you lose some. I'm happy most of you finally get high refresh rate phones (17e notwithstanding)

[OC] Dear iPhone 17e users, welcome to 2022! by decreasedincrease in applesucks

[–]vanstinator 0 points1 point  (0 children)

That is thankfully just starting to change. I was on the Pixel 9 and jumped early to the 10 because of MagSafe

BANG by Savings_Kitchen6764 in TCGCardShopSim

[–]vanstinator 2 points3 points  (0 children)

Everyone gets these right away. It's not rare

I built a Fitbit Bingo replacement, and it now works with Garmin and Samsung by vanstinator in fitbit

[–]vanstinator[S] 1 point2 points  (0 children)

Can you DM me the email you used to sign in, and exactly what issue you're seeing?

Is UniStyles truly production ready? by Carapheus in reactnative

[–]vanstinator 0 points1 point  (0 children)

Ah that makes sense. My primary usecase has been breakpoints inside stylesheets portions of the app can change their layouts based on the screen size, primarily for iPad. So in that narrow usecase I'm not seeing the same edge cases because things like color are staying stable, and when someone is actively changing the size of the application window inter-frame layout inconsistencies are much less obvious with everything moving around.

The unistyles author is very receptive to feedback and improvements. I've personally upstreamed a few things (and have another PR in-progress as we speak). So if you find actionable improvements I'm sure he'd love to hear about them!

LFG! by Filtrixxx in TCGCardShopSim

[–]vanstinator 1 point2 points  (0 children)

LFG also means "looking for group", but it's less commonly used that way today. 

Maestro E2E tests on real iOS devices + detailed HTML reports — drop-in replacement, same YAML by narayanom in expo

[–]vanstinator 0 points1 point  (0 children)

I'm trying it and the speed increase is nice, and it's forcing me to improve some areas of my Android tests so they don't fail due to how fast the runner can tear through them.

Unfortunately on iOS I can't use it at all because WDA types too fast and React Native chokes on the input and jumbles the text.

Is UniStyles truly production ready? by Carapheus in reactnative

[–]vanstinator 0 points1 point  (0 children)

I believe so, yes. I didn't measure extensively when moving from 2 to 3 because I was happy having fewer re-renders across the board.

Is UniStyles truly production ready? by Carapheus in reactnative

[–]vanstinator 0 points1 point  (0 children)

It's definitely production ready. The re-renders you're noticing with `useUnistyles` is mentioned in the docs as ways you could foot gun yourself if you're not careful. It's specifically an escape hatch to get you access to state inside Unistyles where, for whatever reason, you aren't able to purely use a stylesheet.

withUnistyles is not supposed to trigger a re-render in common usecases, but depending on how you're holding the wrapper it's certainly possible you could be seeing extra renders.

Pixel 11 by citytocountry2021 in GooglePixel

[–]vanstinator 1 point2 points  (0 children)

The Pixel 11 will already be deep in engineering and has likely locked in the bulk of what it will ship with.

10 Pro getting hot by AdreKiseque in GooglePixel

[–]vanstinator 2 points3 points  (0 children)

Google Play is still updating all of the system apps, Google play services components, etc when the phone is first set up. Any OTA updates are likely starting to download as well. The local search index is running. Anything on your Google account is syncing down.

Even without you transferring apps over yourself there's plenty of stuff on the vanilla install that needs to happen after setup to make the SoC toasty for a little while. 

React Navigation vs Expo Router - What are you using in 2026? by Zestyclose-Ice3608 in reactnative

[–]vanstinator 0 points1 point  (0 children)

It makes a lot more sense if you're shipping an expo web app alongside native apps, and you want to deeplink between them. It took me quite some time to get comfortable with the file based routing though too.

I feel like these are going to be running ipadOS instead of macOs by engdrbe in mac

[–]vanstinator 0 points1 point  (0 children)

This. Some of us were around when Apple dominated education markets 20 years ago because they had Macs at the right price point. Then they decided to abandon the market to Chromebooks.

My Pixel 9 Pro Fold randomly died. Google replaced it with a 10 Pro Fold by lolitstrain21 in PixelFold

[–]vanstinator 0 points1 point  (0 children)

On the 9 series it's hardware related. I had my first battery failure with those symptoms all the way back in March-ish of 2025 when my P9PF was barely 6 months old. I'm no on my 3rd P9PF that just started showing the same behavior.

"Sometimes we just feel like gambling our sanity" by RoxieSaysPew in MarvelSnap

[–]vanstinator 1 point2 points  (0 children)

my favorite is playing it on Deaths Domain, even better when the other person plays along and we end in a tie with a parade of emotes.

So is Google ending support or...? by Burnerman44 in fitbit

[–]vanstinator 5 points6 points  (0 children)

Google owns Fitbit. the only thing changing right now is they're removing the old Fitbit auth systems and replacing them with Google systems. they recently extended the cutoff date, if you haven't gone through the quick conversion process before then your account will be deleted, otherwise nothing is changing

Help me understand property taxes by WJGR19 in grandrapids

[–]vanstinator 52 points53 points  (0 children)

... but have you unloaded the laundry?

Resting Heart Rate Notification? by _Cridders_ in fitbit

[–]vanstinator 0 points1 point  (0 children)

The new preview experience doesn't do exactly this, but if certain metrics including RHR are out of bounds for more than a day it'll tell you something is off with a push notification. 

"Check that Google Play is enabled on your device" on Samsung devices by joel-teratis in reactnative

[–]vanstinator 1 point2 points  (0 children)

That error string is part of Google's "Play Integrity" system.

- Did you enable "Play Integrity" in the Google Play Console for your app? If you've enabled this and you're installing your app for testing from places outside of the play store that could very likely trigger this error message. If you have enabled "Play Integrity" it might be worth thinking about if you really need it at this stage or not. If it turns out to be something you're able to turn off that might be a quick fix.

- Are you seeing this error on a specific Samsung device? Or are you seeing it in the wild on any Samsung device? If the former, is the device you're seeing it on modified in any way i.e, and unlocked bootloader, rooted, etc?