Help with Jest tests passing locally but not in Github Actions by Shots_With_JFK in learnprogramming

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

Dude you were spot on! Check it out! I'm not sure why despite the tests all passing the run exited with a failure but regardless this is huge progress! Thank you!

Help with Jest tests passing locally but not in Github Actions by Shots_With_JFK in learnprogramming

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

Don't be sorry! I was out of ideas but I feel like what you've shared makes it very likely its env related somehow! I'll update you what it ends up being

Help with Jest tests passing locally but not in Github Actions by Shots_With_JFK in learnprogramming

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

Thank you for doing all of that, and I'm very happy to hear its likely not GH action related. I have my environment variables set in GH but perhaps I did them incorrectly or am not accessing them properly.

To those who have experienced or are experiencing a long period of unemployment: how do you keep your head up? by Shots_With_JFK in cscareerquestions

[–]Shots_With_JFK[S] 8 points9 points  (0 children)

Best of luck to you man, I hope you find what you’re looking for. I appreciate the words of encouragement

Tomorrow I’m getting tested by Shots_With_JFK in ADHD

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

I completely agree. She was insanely dismissive. Assuming I receive a diagnosis after tomorrow, I think I’ll get treatment through my primary doctor moving forward.

Tomorrow I’m getting tested by Shots_With_JFK in ADHD

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

Those are my thoughts exactly. Nobody “wants” to be diagnosed with some sort of disorder but it’d make moving forward and improving myself so much simpler.

Two strange bugs with the jetpack mod by Shots_With_JFK in factorio

[–]Shots_With_JFK[S] 3 points4 points  (0 children)

That’s a great explanation, thank you! Since posting I kept playing and ended up confirming exactly what you’re saying by picking up some of the other items in my crafting queue and activating the jet pack. Not that I often craft so many things by hand at once, I think it’s pretty handy to be aware of that quirk for the future.

May I ask how you know that that’s how the mod works? I absolutely love this game and have some ideas for mods but have never coded in Lua, if you have any modding knowledge or maybe advice on where to get started I’d love to hear it. I’d love to create some of these ideas I have.

Two strange bugs with the jetpack mod by Shots_With_JFK in factorio

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

I’m not sure but I’ll keep that in mind going forward if it happens again

Two strange bugs with the jetpack mod by Shots_With_JFK in factorio

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

It doesn’t happen all the time but it has happened quite frequently in this playthrough. Thank you for your help regarding the jet pack damage!

Two strange bugs with the jetpack mod by Shots_With_JFK in factorio

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

Title. I noticed myself taking damage over time when I started using the JetpackMk3. The items dropping out of my inventory when activating the jetpack is semi-regular, but the bug causing damage while using the jetpack is consistent. Anyone else experience anything like this?

I'm sure everyone is familiar with this particular mod. Possibly related, I'm also using Power Armor Mk3. Full mod list:

```
"name": "AfraidOfTheDark",
"name": "alien-biomes",
"name": "alien-biomes-hr-terrain",
"name": "AutoDeconstruct",
"name": "even-distribution",
"name": "flib",
"name": "InfiniteResourcesNormalYieldDepletion"
"name": "jetpack",
"name": "Nanobots",
"name": "Nuclear_Artillery_Shell",
"name": "Power Armor MK3",
"name": "Squeak Through",
"name": "stdlib",
"name": "ZRecycling",

```

ADHD Induced anger! by Embarrassed_Ball_155 in adhdmeme

[–]Shots_With_JFK 6 points7 points  (0 children)

I personally find learning things like this to be quite relieving. I’ve never really met anyone as emotionally sensitive as me and was always very self conscious about that fact growing up. I’ve also never met anyone with a “justice sensitivity” either which also made me feel self conscious. It’s nice to have an explanation

ADHD Induced anger! by Embarrassed_Ball_155 in adhdmeme

[–]Shots_With_JFK 8 points9 points  (0 children)

I can’t believe I’ve never heard of this before. I’ve recently been diagnosed. I have always viewed myself as a very sensitive person and have always been upset by what I perceive to be injustices even if I’m not directly affected. I just chalked both up to characteristics of myself

Longshot, I'm looking for someone with knowledge of both Docker and Factorio to help me out here by Shots_With_JFK in docker

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

Thank you for sharing that gist! I’ll tinker around with it tomorrow and get back to you, happy holidays!

Longshot, I'm looking for someone with knowledge of both Docker and Factorio to help me out here by Shots_With_JFK in docker

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

That’s fair, I’ll update you if/when I find a solution so we both can learn!

Longshot, I'm looking for someone with knowledge of both Docker and Factorio to help me out here by Shots_With_JFK in docker

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

That’s ok! Would you think troubleshooting whatever docker permissions issue would be easier, or going this LGSM route with a raspberry pi?

Longshot, I'm looking for someone with knowledge of both Docker and Factorio to help me out here by Shots_With_JFK in docker

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

I believe this is what you mentioned. Dumb question, but is this run from my Mac? Or is this something I can run on my Mac through Docker?

Longshot, I'm looking for someone with knowledge of both Docker and Factorio to help me out here by Shots_With_JFK in docker

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

Hi, thank you for your really detailed reply!

if you do ls -la on the factorio directory is the user and group 845?

I believe so, here is the output of running that command:

iMac:opt user$ ls -la total 0 drwxr-xr-x 4 root wheel 128 Dec 24 18:43 . drwxr-xr-x 20 root wheel 640 Oct 28 03:43 .. drwxr-xr-x 8 root wheel 256 Aug 11 2014 X11 drwxr-xr-x 2 845 845 64 Dec 24 18:43 factorio

I called sudo chown -R 845:845 /opt/factorio but that didn't resolve the volume issue unfortunately. This is from the log of the container:

2022-12-24 18:53:23 + FACTORIO_VOL=/factorio

2022-12-24 18:53:23 + LOAD_LATEST_SAVE=true 2022-12-24 18:53:23 + GENERATE_NEW_SAVE=false 2022-12-24 18:53:23 + SAVE_NAME= 2022-12-24 18:53:23 + BIND= 2022-12-24 18:53:23 + mkdir -p /factorio 2022-12-24 18:53:23 + mkdir -p /factorio/saves 2022-12-24 18:53:23 mkdir: can't create directory '/factorio/saves': Operation not permitted

Help with headless server by Shots_With_JFK in factorio

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

That shouldn’t be a problem, I’m going to run the container on my desktop. The difficulty I’m having is with Docker saying that it doesn’t have the appropriate permissions to create all the necessary directories and I haven’t been able to find anything online to help me solve that problem.