So apparently the doodle_modal crashed webpacker, and I'm not even sure what part of that wouldn't be working? I didn't grab that one originally, so yeh.
@vahnj I would be contacting you through occult.camp, but that took the thing down haha
@spiderrobotpig whoops
did you do a full bundle install and yarn install around the new changes?
@spiderrobotpig OH did you change back to master?
@vahnj I ran the code you told me to, and it created a branch so far as I can tell?
It looked good, but I've never really worked with branches
@spiderrobotpig sorry my bad! yeah there's one more step after that, which is to change back to master:
git checkout master
*then* you can cherry-pick the changes you want!
@vahnj Oh no haha
Okay, I'll do that then >^<
@spiderrobotpig sorry about that >_<;
@vahnj Oh I have already goofed I think
all my stuff is gone locally haha
At least I haven't pushed changes yet >^<
@spiderrobotpig !!!!!
what do you mean it's gone, locally?
@vahnj So like, I had themes and stuff, but when I cd'd into the directory that hold my themes they were all gone.
Looks like somehow I just overwrote my stuff with yours somehow
@spiderrobotpig Did you have them saved in your git repository? It should not have overwrote them without complaining that there's conflicts if you didn't
@vahnj Yeah, everything was saved in the repo, and that's the part I'm confused about?
Because when I tried to just patch over the whitelisting stuff, it gave me a bunch of errors.
So...I have no idea at this point. Just hoping this compile works so I can deal with everything later
@spiderrobotpig ok hang on
what commands have you run since checking out the master branch
@vahnj So, I did the git checkout -b awoo-master awoo/master
Then it switched me to a new branch. Then I did status, and it said I was up-to-date, but that app/javascript/mastodon/features/direct_timeline wasn't tracked, so I added and committed it
The status said I was up to date, so I ran the precompile
@spiderrobotpig OK, so you didn't run the checkout back to your original master branch it sounds like.
You're going to want to do that, unless you want to run glitch.social. (Are you already running it?)