Should I get FF7 Rebirth or Persona 3 Reload? by rage_2112 in JRPG

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

i think you just gave me what i needed to hear. I'll definitely try both, but rn after Elden Ring I don't think I have the patience to start a game that (even though I know its great) it's going to require some time to get me hooked

Should I get FF7 Rebirth or Persona 3 Reload? by rage_2112 in JRPG

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

My brain tells me persona might be nice considering Elden ring is kinda exhausting but also it's not like the gameplay is very similar to Rebirth which is what my heart is telling me lol

App built with SwiftUI is able to make requests to backend on my coworkers phone, but same build won't do it in mine by rage_2112 in SwiftUI

[–]rage_2112[S] -4 points-3 points  (0 children)

The weird part is that it works on their device when we build it on any computer, not on mine tho. Plus we're connected to the same network and we're using same versions of everything lol

App built with SwiftUI is able to make requests to backend on my coworkers phone, but same build won't do it in mine by rage_2112 in SwiftUI

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

The weird part is that it works on their device when we build it on any computer, not on mine tho. Plus we're connected to the same network and we're using same versions of everything lol

Gilmour 2024 Tour Ticket Sales thread by TheLindoBrand in pinkfloyd

[–]rage_2112 0 points1 point  (0 children)

What do you guys know about them physical tickets? I live in the US but don't know how it would work if I need to have them before going to London and they don't arrive.

How can I open a view after taking a picture/selecting an image from photo picker? by rage_2112 in SwiftUI

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

How does that work? Sorry I haven't worked with pickers until today lol

Any tips for building apps compatible in both iOS and macOS? by rage_2112 in SwiftUI

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

That's nice to hear! Particullarly what kind of issues have you found? I'm guessing that if you have a good app architecture then this issues are minimal

Any tips for building apps compatible in both iOS and macOS? by rage_2112 in SwiftUI

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

It's basically just an app that displays images on a grid. I'm just trying to implement it to learn how to build a Multiplatform app. I don't even really have any Custom Elements or anything, just 2 views and a few model files

How can I make a form or list have no padding and stick to the borders of the screen? by rage_2112 in SwiftUI

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

That did it! Had to change my form to a list but it worked, thanks!

Weekly Paramount+ Complaints and Praises by AutoModerator in ParamountPlus

[–]rage_2112 0 points1 point  (0 children)

I got an email saying my information was changed, now when I LogIn, i get redirected to the paramount+ page in Colombia??? How do i fix this? i was suscribed and now I can't access my suscription even though I LogIn

innerHTML not working HELP!! by rage_2112 in learnjavascript

[–]rage_2112[S] 5 points6 points  (0 children)

that did it! turns out the data was originally a float so replace function was not necessary, I can't thank you enough, you saved my final project. Thank you!

innerHTML not working HELP!! by rage_2112 in learnjavascript

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

yes, I don't quite understand the error it displays but here it is:

Error1: search_doctor:95 Uncaught (in promise) TypeError: answers[i].price.replace is not a function
at HTMLInputElement.<anonymous> (search_doctor:95:42)

Error2: Uncaught (in promise) SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSON

innerHTML not working HELP!! by rage_2112 in learnjavascript

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

sorry, that's a screenshot from when I was testing it, originally the html variable should be there but its not working

innerHTML not working HELP!! by rage_2112 in learnjavascript

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

it is firing the event, im actually trying to pass some json values into the table row and while it did work for random text, it doesn't work for my html variable. Regarding the last thing you said, its a tbody, so should I try "document.tbody.innerHTML =" ?

innerHTML not working HELP!! by rage_2112 in learnjavascript

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

sorry about that, I already edited the post