Daniel West

Results 116 comments of Daniel West

For now overrides will resolve this in anybody's package.json: ``` "overrides": { "@nuxtjs/eslint-config-typescript": { "@nuxtjs/eslint-config": { "eslint-plugin-import": { "tsconfig-paths": { "json5": "^2.2.2" } } } } } ```

I'm afraid I haven't yet, if you find a solution it'd be great if you share it here. I've been inundated with higher priority work and was hopeful someone more...

OK - as another OS package maintainer, it's useful to keep the examples and issues in one place, perhaps it's better to comment your reproduction here as well and close...

Very interesting, and a hint as to where the bug lies, possibly just the order in which the loop is being created and not waiting for something else to complete...

Also interesting that you have 2 slides not rendering content and I had just one.

Tried to reproduce, can't right now. Awaiting reproduction of the issue when it occurs again.

Sorry, I think now it isn't APIP but something else as I've reverted to APIP 4.2.0 where it worked before and now it fails still... I think I'll have to...

As per @gnutix comment in the issue `behat/mink` has the fixes required and appears to be the correct drop-in replacement

It looks like perhaps the parsed robots.txt which began life in `public/_robots.txt` with ``` User-agent: * # block search results Disallow: /*?s=* ``` Could very well be the cause, why...

So far I've disabled this function from my forked sitemap repo and my sitemap appears to remain up and running. this line here seems to check if a matched group...