Matteo Fogli
Matteo Fogli
I forked it to recursively parse a sitemap index. Will do a PR.
Hi @NimaSoroush thanks for your reply. There is an issue with the current code, whereas the internal `testId` is always added when tests are run outside Jest. See this relevant...
Sure! I'll make a PR.
this bug or quirk is almost a year old but I found it because I have the same issue. To avoid a breaking change, there should be a preference that...
fast-glob updated to 3.2.2 but there is still a regression uncaught. I don't have much data, we tracked it in an upstream project: https://github.com/dennisreimann/uiengine/issues/56
@mrmlnc this might be a bit more elusive. globby might be missing a test to cover cases that arise in upstream packages because with either `[email protected]` or `[email protected]` the problem...
I noticed 11ty adds `.gitignore` files and directories in a ignoreFiles list, which probably defeats any `addWatchTarget` that might conflict with it. In my case, built CSS files are in...
I made a PR for a minor doc update to start. Totally support @Ryuno-Ki proposal but I am short on time at the moment
It might be sufficient to change this line to `return UrlHelper::siteUrl(Craft::$app->request->getFullPath());` See: https://github.com/ethercreative/seo/blob/dc9fa7f47bb5e542afe2f7c7f8d09f047c55ce4c/src/models/data/SeoData.php#L381C41-L381C41 I am not aware of counter-issues, I'll open a PR to see if we can close this...
chiming in on this. the common cause seems to be CORS errors while fetching images. This prevents the JSON report from being saved and the scripts errors on parsing the...