John Days

Results 6 issues of John Days

I needed some type of metadata for the system I'm currently working on. I implemented this because I noticed there was no support for something like it, and then I...

investigate
backend: new

The logs from Apns_PHP echo "STATUS: Sending message" once per notification, they never fail, and then it echoes "Disconnected". No errors are reported, but the devices never receive the notifications...

After upgrading to docker 1.8.2, when the container is first created its NetworkMode is empty. Only after starting does it get its value. I'm assuming both this and #23 are...

Been using docker 1.8 (1.8.1 but I believe this is a 1.8 change) and I had to change connectable to detect NetworkMode=("bridge" || "default") because of the new networking layer....

When forwarding routes, any data passed to an express route does not get inserted in the same place as the io.routes. This provides interoperability with a ton of express midleware...