Andy Madge

Results 9 comments of Andy Madge

See http://jsfiddle.net/vcm8r35a/ to demo the problem

It's not possible. I was looking for the same functionality. I ended up using [appscript](https://pypi.python.org/pypi/appscript). There's useful reference code in https://github.com/fscm/lastfm2itunes

I think the version numbering scheme you use is entirely separate from how you maintain the changelog. The changelog should be about recording what changes are in each release, but...

Tested with Firefox 20.0 + Firebug 1.11.2 + FireRainbow 1.5 and I am also unable to reproduce. I was seeing the issue 2 months ago, so a recent update must...

Issue has just occurred again for me. Unfortunately I can't share the code which is triggering it. This is Firefox 20.0 + Firebug 1.11.2 + FireRainbow 1.5 on OS X...

I'm seeing the same issue, also with a Plex container, and I'm also bind-mounting a network share. There are a few differences in my situation - I'm using the official...

This issue can be reproduced with this basic container which bind-mounts a network share: ``` docker container run -d \ --restart=always \ --name testmount \ -v /mnt/qnap2/multimedia:/media \ busybox ping...

~~Fix for this is to add `x-systemd.after=docker.service` to the fstab entry. This tells systemd that docker.service shouldn't be started until after the mount has been done.~~ ~~If the mount fails,...

It seems this is actually a recurrence of a previous issue https://github.com/moby/moby/issues/17485 Repro steps are nearly identical, apart from different mount type.