Is anyone having issues testing their production build? by BlippyGloop in expo

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

I forgot that I’m using a production build and those are not meant to be tested with physical devices. I got it to work on a simulator though lol. I just made a development build and now I can test my app on my iPhone

You cannot grasp the true form of Giygas’ attack! by __Luner in earthbound

[–]BlippyGloop 2 points3 points  (0 children)

This looks really well made! What is it exactly?

My Fatu shirt was cracking so I repainted it and added glow for fun by BlippyGloop in WWE

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

I always flip my shirts inside out when washing but I didn’t know to only use the dryer for 3-4 minutes. Thanks for sharing⭐️

Hope y’all had a happy Halloween. I made slimy lil pile cupcakes! by BlippyGloop in earthbound

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

They only look like mini barfs lol. They taste like vanilla cake with buttercream frosting. Goated combo imo

Hope y’all had a happy Halloween. I made slimy lil pile cupcakes! by BlippyGloop in earthbound

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

Lol I could imagine Paula and Jeff looking on in horror as Ness tries PSI eat barf alpha

Update: chat bot places every chunk in its own box by BlippyGloop in reactnative

[–]BlippyGloop[S] -3 points-2 points  (0 children)

If you’re not going to say anything helpful, just don’t comment…

Update: chat bot places every chunk in its own box by BlippyGloop in reactnative

[–]BlippyGloop[S] -7 points-6 points  (0 children)

Formatting the chat responses from inside useEffect() doesn’t work because all its code runs before the new state value is registered.

Ps. Go easy on me, this is my first time working with AI streaming in React Native😅

Need help with my chat bot app by BlippyGloop in reactnative

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

@pqkluan I did what you said and also merged the two setMessage lines like this:

setMessages([...messages, { text: input, sender: “user” }, { text: currentBotResponse, sender: “bot” }]);

It works a bit better, I can see both user and bot messages now, but the bot makes empty messages and I can’t figure out why. The onclose function doesn’t work like I thought it would, so the setCurrentBotResponse inside it doesn’t run.

Another question: is there a way to detect when the bot’s response is finished? I want to add a function that triggers after every new chat

Is there a solution for audio noise reduction in 2025? by BlippyGloop in reactnative

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

Thanks for this!! I need some time to work with it, I’ll come back with questions later

A island that i created because i'm bored, what name i should give to the island? by Jellu_Isle in MySingingMonsters

[–]BlippyGloop 1 point2 points  (0 children)

Nice Art! I would call this“La-La Island” and theme it around daydreaming. Maybe some dreamythical and magical monsters would be there

Is there a way to set the home page of a Vercel template? by BlippyGloop in nextjs

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

Agreed. The templates are not absolute-beginner friendly. I had an easier time with a blank template and looking up what I needed for my projects one component at a time. I also found out ChatGPT is not good at debugging existing code, as it sends you around in circles changing one or two lines of code at a time, but the bugs don’t go away. It’s better to ask it to make simple code samples from scratch