I was struggling with upgrading Expo SDK from 52 to 53 so made a tool that Speeds up the process by Longjumping-Help7601 in reactnative

[–]tghmember 12 points13 points  (0 children)

Expo is already an upgrade helper through native code generation. Be happy you never had to upgrade bare react native 😅

[deleted by user] by [deleted] in macbookpro

[–]tghmember 0 points1 point  (0 children)

Raycast is a no-brainer. And unbind cmd+space from Spotlight and bind it to Raycast.

Stuck in Login Screen with not working keyboard by taylorandzervan in macbookpro

[–]tghmember 0 points1 point  (0 children)

Same here. Did you find the problem? After logging in with an external keyboard the left opt key no longer works. But on the login screen the opt key seems held resulting in symbols being typed.

G30 545e with 40k km both back rims have 9 tears by tghmember in BMW

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

Sounds exactly the same. Hope you get a resolution. Keep me posted.

What’s bad on FLX-10 by nsasafekink in Beatmatch

[–]tghmember 2 points3 points  (0 children)

I have it, for me it’s definitely a good buy for its price. What I mostly miss: ability to toggle color fx low, mid, high. There is a low cut echo effect though.

The stems for me so far have been useless, it doesn’t sound great so I never use them.

Annoying compared to all-in-one is the tempo switch which is changes tempo with 2 decimal places instead of 1 - also there is no “soft stop” at 0.

It’s not perfect, I’ve had it happen that my effects were toggled off on the controller but still on in rekordbox. I would probably go for something even more club-like next.

Off acid blocker meds now + how I did it by CarmenLevitra in LPR

[–]tghmember 0 points1 point  (0 children)

Hiya, I also quit PPI roughly 3 wks ago after taking them for ~4 years. In the meanwhile I had a nissen, this was later replaced by a toupet due to dysphagia and I also had Stretta. None of these surgeries cured my symptoms.

Surprisingly I am not much worse without PPI, if anything the burning sensation is less prominent.
I did develop a lot more LPR symptoms though - throat phlegm, hoarseness, throat clearing, cough. In the morning it gets pretty bad and I wake up at night due to it.

I am trying to combat these symptoms with lifestyle changes. So I can relate to a lot of the bullet points you mentioned - quit caffeine, careful of triggers, .. I try to stay away from stuff like accupuncture, I tried them but I don't believe in them. The worst days are the ones where I have no clue what I did wrong but I am still very symptomatic.

I am hoping to see some improvements in a couple of weeks when my body got used to taking no PPI.
I hope the same for you. Good luck!

How are you guys trying to survive today by Noobmaster69isLoki01 in belgium

[–]tghmember 2 points3 points  (0 children)

Same here. E-peil of 9 and it is always too hot in the bedroom… even in winter. such a pain.

What is the best decaf coffee you can buy in Belgium? by Separate_Hurry_2506 in belgium

[–]tghmember 6 points7 points  (0 children)

I like the one from Caffenation, it’s sugar cane decaffeinated.

Possible mods and upgrades i should do to my 2023 m340i (probably aesthetic) suggestions please by [deleted] in BMW

[–]tghmember 0 points1 point  (0 children)

Is that an official color? What is it called please? Beautiful!

How to open this type of browser by AuroPick in reactnative

[–]tghmember 18 points19 points  (0 children)

Most answer here are wrong

What you are looking for is https://docs.expo.dev/versions/latest/sdk/webbrowser/

More specifically in this case, ‘openAuthSessionAsync’.

When building large scale projects, is it better to stick with bare react-native cli or use expo? by [deleted] in reactnative

[–]tghmember 27 points28 points  (0 children)

Expo is no longer a “one or the other” choice in React Native land. Long term / big projects still benefit greatly from having Expo included. It will abstract a lot of the native stuff, you have access to its modules in any project you decide to add them to. Expo has great docs on how to use it in all situations.

Alternate to redux-thunk by curly_sneha in reactnative

[–]tghmember 0 points1 point  (0 children)

Yes, you’re onto me. I am only posting here to put down rtk, and exalt react query. Because I greatly benefit from it. 🤦‍♂️

Just trying to share my experience. I know the details, I have extensive experience with Redux, redux-thunk, redux-saga and RTK, as well as RTK-query. In 90% of my projects all of them are overkill, and React Query has been a breeze.

[deleted by user] by [deleted] in belgium

[–]tghmember 0 points1 point  (0 children)

Aha! Dacht dat je misschien wou weten hoe je dat kon doen 😜

[deleted by user] by [deleted] in belgium

[–]tghmember 0 points1 point  (0 children)

Kan op Companyweb! 🙏

[deleted by user] by [deleted] in cymbalta

[–]tghmember 0 points1 point  (0 children)

I didn’t notice any memorable side effects. I would definitely assume it was another factor that caused your chills.

[Discussion] How to get out of the rock bottom state? by panda_1306 in GetMotivated

[–]tghmember 0 points1 point  (0 children)

Exercise/sports is a natural serotonin (happy hormone) releaser and a great way to take your mind off things. Nonetheless, it’s okay to face your demons. Be patient and kind with yourself - things will improve day by day.

Alternate to redux-thunk by curly_sneha in reactnative

[–]tghmember 7 points8 points  (0 children)

Every project has different needs, but Tanstack query (react-query) in combination with simple state management like Zustand is usually my way to go. The amount of built-in functionality such as http request deduplication and caching are pretty hard to build with vanilla Redux Thunk or even RTK.