Results 55 comments of klodoma

> > These debug messages are correct, but the missing entry in dtc_queue_run is more concerning (there should be an entry that shows up with ID 8). dtc_queue_run has the...

Ok, I kind of understand what happens. In my case I passed an entity object to the worker. Indeed the worker uses a different entity manager, because it's a different...

I've locally soved it with this, but I'm not sure if it's the correct solution ``` if (!Type::hasType('json')) { Type::addType( 'json', '\Atrauzzi\LaravelDoctrine\Type\Json' ); $this->publishes( [ __DIR__ . '/..' . '/config/doctrine.php'...

Oje, completely forgot about this. I fixed it as mentioned, let me give it a try and come back on this.

I thought about that and tried it also by specifying it in the command. It made no difference. I'll post the result of the command tomorrow.

Here is the output with specifying the host: ``` d:\>restic -r d:\restic\test dump --host myHost --path /root/file2 latest /root/file2 > file2 latest snapshot for criteria not found: no snapshot found...

> It could also be related to this https://github.com/garris/BackstopJS#using-docker-for-testing-across-different-environments -- you can try running the docker version to see if the same thing happens. What is the quickest way to...

> This is built-in -- You can just use the `--docker` argument to your test command. Backstopjs will make a call to docker and render in the container. [Details here](https://github.com/garris/BackstopJS#using-docker-for-testing-across-different-environments)...

@Jayarams99 yes, running it through docker is a better option to avoid differences between different OS's and you'll have to preload fonts in order to avoid issues. Though in the...

Please give it first a try with `asyncCaptureLimit: 1` and let us know how that goes. I am also experiencing inconsistent results over web-pages and still not sure where that...