Ciarán
Ciarán
I also had this issue, perhaps there's a parameter we need to change?
Found the fix: -O, --test-outside Fetch resources from other domains without crawling them
@matt-fevold I stumbled across this while asking myself a similar question. [Pipelined.dev - VST2 Plugins in Go](https://pipelined.dev/2021/04/vst2-plugins-in-go/)
Perhaps I could submit a pull request to edit `headerHref` in [this file](https://github.com/pgilad/gulp-sitemap/blob/master/lib/sitemap.js)? Although I'm not sure if that would have knock-on effects.
Hey @devinivy thanks for these pointers! I've tried to replicate with some of your suggestions included - and it seems that your last case was spot on! ```ts // Returns...
I've noticed in `@atproto/packages/api/tests/agent.test.ts` that the tests target "`httpHeaders.authorization`" (Lines 188, 253, 354), as well as the agent itself always using lowercase references. While headers should be case insensitive, I'm...
Thanks! I've tried a few times to patch my local package to see if I can find a working fix, but I'm not able to get the tests running properly....
> I've written a test for this and it passes @Matrix89 it's possible I'm barking up the wrong tree there as I assumed it might already be lower-cased. I've put...
Thanks so much @Matrix89, I understand much better now what's happening. I do recall seeing double Auth headers at some point but I wasn't able to replicate it (or at...
You can also `yarn add next@canary` as this is fixed in the [v11.0.1 release](https://github.com/vercel/next.js/releases/tag/v11.0.1-canary.4).