Andrew Vaughan

Results 37 comments of Andrew Vaughan

> It'll be a squashed commit at the end... so it doesn't really matter. You always could pre-squash them if you'd like, you'd be one of the first to do...

> > > > > > > > > > > > > > ``` > > > > > contains(fromJSON('["refs/heads/main", "refs/heads/master"]'), github.ref) > > > > > ``` >...

> @andrewvaughan you're just one cspell fix way from validation :) > > In megalinter job artefacts, you can find an updated cspell.json that you can copy paste in the...

Hey all - sorry for dropping off for a few days, life actually did pop up. I'm working to resolve this today and tomorrow, though. @echoix it wasn't entirely clear...

> > > > > > > > > > > > > > > > > > > > > > > > > > > > > ```...

So I still recommend this - because I was able to prove this was a blocking case using `curl` on my machine with and without user-agent - and confirmed that...

More progress - and I think this actually may need to be either moved or duplicated to https://github.com/tcort/markdown-link-check now, because of what I found. I wanted to completely remove the...

More updates... _it works fine with `wget`_... well, at least on the base images. Just not these configurations. I think I may have pintpointed the source of the error (at...

> What an investigation @andrewvaughan :D > > it seems markdown-links-check > > * relies on link-check [npmjs.com/package/link-check](https://www.npmjs.com/package/link-check) > * who itself relies on needle [npmjs.com/package/needle](https://www.npmjs.com/package/needle) > > Maybe needle...