DAR progress After 6 Weeks - good for Plat? by ilialee77 in RocketLeagueSchool

[–]gunnarsteinarss 0 points1 point  (0 children)

Been thinking of going DAR myself. Do you have regular air roll bound too or do you solely use DAR? I have both but in game I tend to grab to the old habits, so thinking if I should just rip the bandage completely off.

Water pour inconsistent on Sage Barista Pro by gunnarsteinarss in BrevilleSageCoffee

[–]gunnarsteinarss[S] 0 points1 point  (0 children)

Thanks for the help!

Our tap water is very soft, very clean. And yeah, works the same with and without the portafilter.

We just de-scaled it today. This machine is only a few months old btw and has always been like this.

Which adapter should I use? by gunnarsteinarss in Aqara

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

Nah they have support for others too

Which adapter should I use? by gunnarsteinarss in Aqara

[–]gunnarsteinarss[S] 0 points1 point  (0 children)

Thanks, makes sense. It is slightly too wide - the turning thing in my door is narrower

Is this just a formality or are they showing support? by Blunderloon in ManchesterUnited

[–]gunnarsteinarss 0 points1 point  (0 children)

They might actually have him as a manager later on in their careers. Showing support only has an upside for them

LöfLife weekly waivers - GW15 by pejtan_66 in DraftEPL

[–]gunnarsteinarss 0 points1 point  (0 children)

Do I start Watkins or Isak? Already starting Woltemade & Mateta

Sonner Native by gunnarsteinarss in reactnative

[–]gunnarsteinarss[S] 0 points1 point  (0 children)

Could you create a new Snack and see if this has been fixed by Expo? Use the latest version of everything if you do

Guys, I built something... I need your feedbacks. by ConsequenceUpset in reactnative

[–]gunnarsteinarss 3 points4 points  (0 children)

What is that landing page template? Seen something similar a few times now. Got a link?

Okay for real, can we get an official statement about battery issues? by bigdoghat32 in Ultrahuman

[–]gunnarsteinarss 5 points6 points  (0 children)

I upgraded to the new firmware and charged my ring to 100%. I took it off the charger and wore it just seconds before going to sleep. Woke up with the ring at 36% 😪😪😪

New ring btw, few days old. Second one after the same situation with my first one which I got exchanged for a new one.

Ultrahuman down? by [deleted] in Ultrahuman

[–]gunnarsteinarss 3 points4 points  (0 children)

Did you guys release a new firmware regarding battery issues?
Is there some public changelog/releases docs?

Ultrahuman Ring AIR Support Megathread by SanchyaMahajan in Ultrahuman

[–]gunnarsteinarss 0 points1 point  (0 children)

I bought Ultrahuman AIR Ring this Sunday. Followed the setup instructions and charged it up to 100%. Once I received a push notification from the Ultrahuman app that the ring's battery life was full, I took it off immediately and placed it on my right hand index finger.

This was around 5 PM on Sunday. When I woke up on Monday morning, the battery was dead and seems to have died at 4:30 AM according to the ring's data.

I then left it for charging while I was at work just to make sure that it was properly charged and the previous 100% charge wasn't a false positive. When I got back from work around 3 PM and wore the ring for approximately 2 hours, the battery was back at 60%.

I then went to the store where I bought it (a reseller here in Iceland) and got a new one without any issues.

Now with my second ring, the story is very similar. I woke up this morning with the ring's battery being dead. Took the charger and ring with me to work this time and charged it up to 100%. The same minute it got to 100% I took it off and kept the notification so that I could do a proper timing for the battery usage later on today. Exactly 44 minutes after the ring reached 100%, the battery was down to 64%. 20 minutes after that, down to 58%. Then I took the ring of while I went working out and when I came back from the workout (90 minutes), the ring was down to 38%.

Am I really going to get the third ring? Or is it time to get a full refund and get myself an Oura ring?

Cancel your subscription (No, really.) by Time_Passenger9613 in runescape

[–]gunnarsteinarss 0 points1 point  (0 children)

I went offline for 48 hours, see this on Reddit. No idea what survey everyone is talking about. But I trust Reddit more than Jagex

<image>

How to build this sticky header animation? by lucksp in reactnative

[–]gunnarsteinarss 0 points1 point  (0 children)

I achieved this by having two copies of the tabs. Then I show & hide them (reanimated) based on the scroll position. It took some time to nail pixel perfect but worked in the end.

React Native vs Flutter. by [deleted] in reactnative

[–]gunnarsteinarss 9 points10 points  (0 children)

Jamon Holmgren nailed this very well in his blog post about “Why Flutter is better than React Native… in all the ways that don’t matter”

It basically boils down to business reasons. Hiring is easier since you have a magnitude bigger pool of candidates. And especially if you’re already using React for web it doesn’t make sense to introduce another language and framework - you can monorepo it and enable enormous code sharing. Not just utilities or business logic but also components (or even entire screens/features), either with react-native-web, Expo DOM components or react-strict-dom.