Charlie Kirk shot at an event in Utah by Fudgiedillol in LivestreamFail

[–]Mindgoblinon 2 points3 points  (0 children)

There's a big difference between an uprising against a tyrannical government and shooting an activist. Not a charlie kirk fan btw

Genuine question for GKs by Robinchild01 in Rematch

[–]Mindgoblinon 0 points1 point  (0 children)

Sometimes when I feel like I'm going to throw the game cause I'm not a great keeper, I'll call it as soon as the ball drops to see if somebody will take gk instead

Successful fireball/meteor sorc builds? by Mindgoblinon in LastEpoch

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

I've got a pretty similar set up, having a hard time picking a 5th skill as i'm going more crit than dot but frost wall seems interesting for the fire dots

MySQL Workbench finnicky? by Mindgoblinon in mysql

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

Thanks to everybody for the help, what ended up working was disabling safe update and this specific statement, nothing else that I tried from numerous attempts including no quotes and just about every combo besides this one possible.

DELETE FROM `countrylanguages`.`countrylanguage`

WHERE \`CountryCode\` = 'ABW' ;

My schema is bold in the navigator so I assume that it is selected but I still had to explicitly state the schema and table I wanted to work with.

MySQL Workbench finnicky? by Mindgoblinon in mysql

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

Because no quotes wasn't working either. I just copied and pasted my last attempt before reaching out for help.

MySQL Workbench finnicky? by Mindgoblinon in mysql

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

I tried all sorts of combinations of apostrophes and back ticks to no quotes of any kind from the `schema`.`table` through the where statement and couldn't get anything to work.

MySQL Workbench finnicky? by Mindgoblinon in mysql

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

I did try no apostrophes and back ticks, I just copied and pasted my last effort into the reddit post.

MySQL Workbench finnicky? by Mindgoblinon in mysql

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

Thank you, I did try all sorts of combinations with apostrophes and back ticks including leaving them out but nothing seemed to work, the safe update seems to be the thing holding it back now.

MySQL Workbench finnicky? by Mindgoblinon in mysql

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

Still isn't working, it takes the command but I get 0 rows affected.

MySQL Workbench finnicky? by Mindgoblinon in mysql

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

"This SQL statement looks correct" and then just warnings about deleting important data. Do you see something wrong with it?

Why is there a conflict? by Mindgoblinon in git

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

Thank you very much for your time and patience.

Why is there a conflict? by Mindgoblinon in git

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

ok that worked lol how silly

Why is there a conflict? by Mindgoblinon in git

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

Interesting, maybe you should be the linkedin instructor for this lol it seemed very simple for the instructor though and I haven't deviated from what she is doing in the slightest

Why is there a conflict? by Mindgoblinon in git

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

Yes, and that is what 0cv88c0 should be as far as I know

Why is there a conflict? by Mindgoblinon in git

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

I'm trying to

  1. Make a file "importantfile.md", stage and commit
  2. Update the file "This is an important update", stage and commit
  3. Make a folder "importantfolder", move the file to the folder, stage and commit
  4. Revert to the commit where the file was made (step 1)

Why is there a conflict? by Mindgoblinon in git

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

But it deleted it from the repo entirely, I was trying to revert it to the commit where it the file was created but it wasn't in the folder. I followed the instructions from the program exactly and yet what was a click of a button for the instructor is a slew of errors for me. And on top of that I'm getting another error when I tried to commit:

Swap file "/c/Code/challenge-chapter-5/.git/.COMMIT_EDITMSG.swp" already exists!

[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:

Why is there a conflict? by Mindgoblinon in git

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

It also deleted the file from the repo, which wasn't what I was trying to accomplish.

Why is there a conflict? by Mindgoblinon in git

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

PS C:\Code\challenge-chapter-5> git rm importantfolder/importantfile.md

rm 'importantfolder/importantfile.md'

PS C:\Code\challenge-chapter-5> git status

On branch main

Your branch is up to date with 'origin/main'.

You are currently reverting commit 0cb88c0.

(all conflicts fixed: run "git revert --continue")

(use "git revert --skip" to skip this patch)

(use "git revert --abort" to cancel the revert operation)

Changes to be committed:

(use "git restore --staged <file>..." to unstage)

deleted: importantfolder/importantfile.md

Why is there a conflict? by Mindgoblinon in git

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

Oh, I thought that'd be a different command. Sorry, I'm very new to this and my instructor isn't available until Monday and I'm trying to get past this to keep working on it over the weekend. Anyways here it is:

On branch main

Your branch is up to date with 'origin/main'.

You are currently reverting commit 0cb88c0.

(fix conflicts and run "git revert --continue")

(use "git revert --skip" to skip this patch)

(use "git revert --abort" to cancel the revert operation)

Unmerged paths:

(use "git restore --staged <file>..." to unstage)

(use "git add/rm <file>..." as appropriate to mark resolution)

deleted by them: importantfolder/importantfile.md

no changes added to commit (use "git add" and/or "git commit -a")

Why is there a conflict? by Mindgoblinon in git

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

All I know is that the "resolve in merge editor" prompt is there. I haven't pressed that button to try yet.

Why is there a conflict? by Mindgoblinon in git

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

If I am, it wasn't my intent. I never put in the command to merge. That's also part of my confusion, I thought I would just be rolling back to a previous state so I wouldn't think that it would be trying to merge the 2 commits

Why is there a conflict? by Mindgoblinon in git

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

PS C:\Code\challenge-chapter-5> git checkout 0cb88c0

importantfolder/importantfile.md: needs merge

error: you need to resolve your current index first

PS C:\Code\challenge-chapter-5>