Arseniy Banayev
Arseniy Banayev
Hi there @woudsma - I love the framework but the git user is not auto-creating the repository as the sshcommand file above would suggest. First, I had to ssh to...
**Describe the bug** Fractional milliseconds are dropped by `plus` and `minus`. **To Reproduce** ```javascript const luxon = require("luxon") const endOfDay = luxon.DateTime.now().endOf("day").plus({ milliseconds: .999 }) assert(endOfDay.toMillis() % 1 !== 0)...
Thank you for the wonderful service - I use it in production and it works smoothly. Docker Flow Proxy supports running multiple independent proxy services (see `PROXY_INSTANCE_NAME `at https://proxy.dockerflow.com/config/). Would...
When re-deploying an existing stack in order to update services inside it (with `docker stack deploy`), the stack file's `service.deploy.replicas` value overrides the current scale of each service. For example,...