Conny Brunnkvist

Results 67 comments of Conny Brunnkvist

Thanks for reporting, @Seraf . I have not seen this error but it might be because I tend to favor logging on standard out rather than letting the application handle...

Well, the first explanation for this that comes to my mind is that that of a race condition: the process/-es (php spawned by php-fpm I suppose) do not shut down...

This module seems for all practical purposes to be currently abandoned, yes. There are [a bunch of fairly recent forks](https://github.com/seikan/homebridge-mi-air-purifier/network) but I am not sure how many of them are...

I have exactly this issue too. My particular pixel diff lands at around 10% which is too high of a threshold to be used as a viable workaround... I typically...

I can confirm that it is failing on color - one large plain colored UI element in my example RGB `#47BFBB` in the reference snapshot but `#40BFBC` in the right-hand-side...

There are bugs for sure; I had to stop using it because sometimes many small issues related to viewport size, image size, and unstable visual diffing triggering false negatives. PR:s...

According to [pkgs.alpinelinux.org](https://pkgs.alpinelinux.org/contents?file=http&path=&name=&branch=v3.11) the `http` command exists in the "httpie" package from the "community" repo, for Alpine 3.11, which we seem to be using. Curiously enough, `docker run -it cmd.cat/http`...

If this is a bug, I suspect that it will be difficult to fix without a major version bump, because quite a few projects are likely to already depend on...

Since you perform the initial test run, shouldn't it serve as a baseline for duration? Rather than having to wait for N runs until you can have some a median...

On that note: in case the time per run is more than trivial (let's say >10 seconds) and the number of mutants is more than trivial (let's say >10 also...