Sergei Evdokimov
Sergei Evdokimov
Resolves issue #7
If `preview` is using dot notation, no preview is saved to the corresponding variable: ``` Add File ``` `myfile.preview` will not contain preview in such a case.
After deploying a RabbitMQ container, following environment variable are set for the dokku app: ``` root@host:~#dokku config pusher-dev === app config vars === API_KEY: 3BBmHukpC4Z5goOotNFgz1IaNJykjp2WSIfmCMLv7WI BROKER_ADMIN_PORT: ${BROKER_PORT_15672_TCP_PORT} BROKER_AMQP_PORT: ${BROKER_PORT_5672_TCP_PORT} BROKER_HOST:...
When deleting a rabbitmq container numerous directories cannot be removed: ``` rm: cannot remove '/home/dokku/.rabbitmq/test/volume/initialized': Permission denied rm: cannot remove '/home/dokku/.rabbitmq/test/volume/rabbit@19cbdc3d8d4a-plugins-expand/rabbitmq_web_dispatch-3.3.5/ebin/rabbit_web_dispatch.beam': Permission denied rm: cannot remove '/home/dokku/.rabbitmq/test/volume/rabbit@19cbdc3d8d4a-plugins-expand/rabbitmq_web_dispatch-3.3.5/ebin/rabbitmq_web_dispatch.app': Permission denied ```...
OCHamcrest submodule is referencing to a non-exisiting repository
In order to be able to customise content of notification (starting iOS 10), `mutable-content` key with the value set to 1 must be present in APNS payload (see [Apple docs](https://developer.apple.com/reference/usernotifications/unnotificationserviceextension))....
Ctrl+V should turn visual block selection mode on, which does not happen (OS X/Safari).