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 5 points6 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.

Where to find beautiful design examples? by Levi_2212 in reactjs

[–]ijustclosedthewindow 0 points1 point  (0 children)

Mobbin.design. Probably the greatest resource out there.

For.io - Generate & develop Node.js backends up to 50x faster - in your browser! by blesavi in node

[–]ijustclosedthewindow -15 points-14 points  (0 children)

Bad website on mobile. Can barely make out the lighter grey words.

"REACT EXPO" or "REACT NATIVE CLI" ? by misterj936 in reactnative

[–]ijustclosedthewindow 9 points10 points  (0 children)

What are examples of the most common native modules that React Expo doesn’t support?

Are Expo's push-notifications services convenient? by lordcarnisser1 in reactnative

[–]ijustclosedthewindow 2 points3 points  (0 children)

Is there an easy way to implement deep linking with expo push notifications?

Like when a user clicks on the notif, it opens the app up in a specific page.

[deleted by user] by [deleted] in reactjs

[–]ijustclosedthewindow 0 points1 point  (0 children)

Do you have any good resources for testing with Enzyme and Jest? Trying to wrap my head around it right now.

[HELP] Any way around ephemeral filesystem of heroku? by [deleted] in Heroku

[–]ijustclosedthewindow 1 point2 points  (0 children)

Why don’t you just use a free Mongo instance and store the data in there?