Mario Lubenka
Mario Lubenka
@garris I was wondering, is there a documentation on available engineOptions? I wanted to add the new flag but didn't find any documentation on that. :(
> @saitho Does this new config option mean that we do not need this hack anymore? No, it just allows the user to toggle `captureBeyondViewport`. I want to use BackstopJS...
I adjusted the commit message
Hi @christophwitzko, too bad. :( Are there any plans to support this in the future? I'd love to contribute! Maybe you can add a page that compares the JS and...
@mast Are you planning to add TypeScript support for this package? :)
According to your workflow your failure occurs after the semantic-release action ran. I think the current behaviour is correct as the release step completed successfully. Whatever comes after that is...
I compared how both classes are processed (Compiler.php ~line 1860): > ["func"]=> string(8) "gravatar" > ["pluginType"]=> int(17) > ["Native"]=> int(0) // $pluginType & Core::NATIVE_PLUGIN > ["Class"]=> int(1) // $pluginType &...
Having real conversations would require a proper AI. After I watched the latest Steins;Gate 0 episode I thought about that. Then I found this app. ^^ Creating an own AI...
I think the issue lies with `searchLocalImages` in https://github.com/kreuzwerker/terraform-provider-docker/blob/master/internal/provider/resource_docker_image_funcs.go#L289. If a local image is found, no pull is issued. So it finds the already loaded "latest" image and will not...