markjgsmith

Notes

I did a 430am to 930am stint at the stand up internet earlier. Nearly broke my f-ing back. They’ve put dog poop in the spot where I can get a small bit of respite by leaning against the wall. Even the tiniest bit of luxury can and will be taken away by the bullies, and they will try to convince you, and presumably everybody else, they are doing you a favour.

Anyway got all the new plugin code merged and tested. But ran into a really narly situation where the npm install on the main website stopped working. Npm was telling me it was trying and failing to install a feature branch. I’d checked all the plugins to make sure I’d updated them back to using main branches since all the code was merged. It made no sense. I backed up the site folder and used git to try to at least get back to a known good state. But that didn’t work either, even blowing away the past 4 days of work. Pretty scary since at this point all the plugins have already been updated.

I went back and checked the plugins again, and sure enough there was one, the archives plugin, that still had a feature branch in it’s package.json. Once I fixed that the npm install started working again. I got the main branch back into a working state, so at least builds are working, but they are only working because of the npm cache which has a copy of all the old plugins.

The main website’s feature branch is now npm installing correctly, but there’s still some bugs. I’ll hopefully get them fixed later.

So pretty scary. But the good thing is that I was able to navigate through it all with relative ease. That’s a sign the foundations are much stronger with the reusable workflows. I suppose one could make the case that I should have paused development earlier in the day. Perhaps. The problem I have at the minute is I’m up against rainy season downpours which makes most late afternoons a literal washout. And with all the harassment sometimes you just want to power through. Yes it’s more risky at times, but the reality is that progress would be far too slow if you just waited for everything to be perfect.

The key thing is always to be able to get back to a known good state, and be very aware what changes you might loose. Sometimes redoing a few small things isn’t too bad.

I’ll hopefully get it all fixed and working later today. #

For enquiries about my consulting, development, training and writing services, aswell as sponsorship opportunities contact me directly via email. More details about me here.