nils måsén
nils måsén
@juliangarnier, it clears the error message, but still no lightning unless I change to 89.99. using firefox v22.0 (32-bit), on windows 7 64-bit.
No, but you only used -webkit-prefixes, so I made a fork: http://jsfiddle.net/NGjjM/ [Heres chrome (left), and firefox 90deg (right top), firefox 89deg (right bottom)](http://i.imgur.com/VALllLA.png)
shoutrrr is the notification library that watchtower uses. the email notifications map to shoutrrrs `smtp` service. the time out could be due to a number of things, but for some...
@eskiiom if watchtower crashed there is something else going on, do you have the log for the crash? (probably belongs in a new issue though)
@0x1a8510f2 Don't use `--cleanup` but do a cron scheduled `docker images prune` instead perhaps?
I don't really understand why this would even happen, since docker pulls images if they don't exist locally. Perhaps it's just really bad timing? In any case, if you have...
@eskiiom The crash is due to a bug fixed in #1220 (not released in :latest), combined with something else fishy going on (the reason for the image not being available)....
@MiguelGuthridge that's not in the repro above, and adding `CanResize="True"` does not change anything when I test locally. But if it works for you when you remove it perhaps that...
#5923 seems to be the cause. Reverted it locally and built against and it successfully restored window movement. There are comments made after the merge, so maybe they already figured...