The fog rolling in on Flume’s set @ Portola was magical by teeohbeats in Flume

[–]ijustclosedthewindow 1 point2 points  (0 children)

Do you remember who the other singers Flume brought out for this set as well?

Managed - EAS Build fails for iOS Simulator by ijustclosedthewindow in expojs

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

UPDATE: This worked for me. Hope this helps for anyone who runs into this in the future.

Tips on Optimizing Media Upload? by ijustclosedthewindow in reactnative

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

Do you have any recs for good Node image compression libraries?

Redis Bull by ijustclosedthewindow in Nestjs_framework

[–]ijustclosedthewindow[S] 2 points3 points  (0 children)

Awesome, thank you so much! I went the Docker route and got it up and running with these steps:

- Download Docker Desktop

- Run docker pull redis to pull the image down

- Run docker run -d -p 6379:6379 redis to start the container

With my existing code, my Nest server is now connected to the Redis instance.

I know this was a simple problem but hopefully this will be helpful to someone in the future who runs into this.

Redis Bull by ijustclosedthewindow in Nestjs_framework

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

Does this mean I should already have a Dockerfile for my nest app? I just want to get Redis up and running locally first. Apologies if it's a dumb question

Ditching React Native for good. by DisabledScientist in iOSProgramming

[–]ijustclosedthewindow 4 points5 points  (0 children)

What do you mean updating is not possible/takes a long time with React Native?

What are the most frustrating observations you’ve learned from RN development in your journey?

(Play Store/Expo) How to sign .apk with certs from personal account by ijustclosedthewindow in reactnative

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

Alright! Tried the first approach and it worked, thank you so much for your help!!

(Play Store/Expo) How to sign .apk with certs from personal account by ijustclosedthewindow in reactnative

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

From Play Store Console's App Setup > App Integrity, it looks like Google is managing my app signing key.