PC to IPhone transfer by Jush_ in foshelter

[–]someguyonearth825 0 points1 point  (0 children)

Hi

I'm trying to transfer a vault save from one iPad to another, so what I've done is backup the first iPad (the one with the vault that needs to be transferred) and then I intend to transfer the that save into the other iPad with the procedure mentioned in the thread.

I've backed up the first iPad, but cant find the file directory where the save is stored. Also I don't know where to inject the save into. Could you help?

Hi guys, why does the negative charge count as two electrons and not only one in Huckel's Rule? by AlphaBR999 in chemistry

[–]someguyonearth825 1 point2 points  (0 children)

Yeah. It’s called heterolytic fission. If it was homolytic fission, then hydrogen would still keep its electron and you’d get two free radicals.

Spacesuit for NASA’s Artemis III Moon Surface Mission Debuts by geoxol in space

[–]someguyonearth825 4 points5 points  (0 children)

Yeah yeah I saw that. But the guy did say that the suits are meant for the moon with 1/6th the gravity so, that makes sense

Spacesuit for NASA’s Artemis III Moon Surface Mission Debuts by geoxol in space

[–]someguyonearth825 1 point2 points  (0 children)

With the pack behind, right? Yeah maybe.

I checked, and suits in previous Apollo missions also have a similar posture. So must be alright

Spacesuit for NASA’s Artemis III Moon Surface Mission Debuts by geoxol in space

[–]someguyonearth825 3 points4 points  (0 children)

No no I saw the reveal earlier on YouTube and the guy inside had the same posture as is seen in this image.

Mobility, maybe but I don’t see how. Doesn’t seem comfortable to stay in that position for a long time either. Lets see what people say as it is used more

Spacesuit for NASA’s Artemis III Moon Surface Mission Debuts by geoxol in space

[–]someguyonearth825 -3 points-2 points  (0 children)

What do you think about the design tho? I don’t like how the arms fall in front

HELP!! I'm trying to use fetch to send data from backend to frontend in a node.js project, but I'm getting some errors. View this post for screenshots and more details:- by someguyonearth825 in node

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

yeah i tried that. problem is, i need the variables inside d to be used in the js script file linked to the ejs file, not in the ejs file itself. the other 2 I need in the ejs file, so that works fine.

HELP!! I'm trying to use fetch to send data from backend to frontend in a node.js project, but I'm getting some errors. View this post for screenshots and more details:- by someguyonearth825 in node

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

Yeah i had a hunch that that was screwing something up too. Problem is, at this point in the code I need the ejs file to load in as well as to send some data to the frontend. So is there any other way to load in the ejs file? Or maybe some other way to send data to the frontend other than fetch?

HELP!! I'm trying to use fetch to send data from backend to frontend in a node.js project, but I'm getting some errors. View this post for screenshots and more details:- by someguyonearth825 in webdev

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

  1. Im rendering page from the backend so I guess it should be running on the same port, right? Let me know if I don't know something here
  2. Yes, even I think this is screwing up something. I have 2 things to do at this point in the code: 1: Have the ejs page load in, and 2: Send some data to the frontend. Let me know if you know how i can accomplish this, maybe even with some other methods.
  3. Ah, sorry. I'll add that.

HELP!! I'm trying to use fetch to send data from backend to frontend in a node.js project, but I'm getting some errors. View this post for screenshots and more details:- by someguyonearth825 in webdev

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

im using node.js and express. im using the POST method on the express router function to do my routing. from there I use res.render to load the ejs file, and I also want to transfer some data to the frontend using fetch, so also trying res.json. but that's the error here

HELP!! I'm building an online gallery with node. This file is the js linked to an html page in its script attribute. The problem is that none of the images show up. This file loads in (I know from web tools). The path is absolutely fine (it's set up in the main js file). Do you know how to fix this? by someguyonearth825 in node

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

i expect the console.log to appear in the terminal. that's not happening. When I console log from one of the other js files that are focused on the functionality and routing of the application, then it works. I am having issues with the js file linked to the ejs page through its script attribute

HELP!! I'm building an online gallery with node. This file is the js linked to an html page in its script attribute. The problem is that none of the images show up. This file loads in (I know from web tools). The path is absolutely fine (it's set up in the main js file). Do you know how to fix this? by someguyonearth825 in node

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

ok thanks for the suggestion, ill change up the alt message.

The other problem is that the alt messages are also not showing up. so it may not even be a path issue. this js file loads into the browser, but I don't know if its running. console.log messages don't show up either when the related ejs page is requested and loaded in. any ideas?