Aris Pikeas

Results 71 comments of Aris Pikeas

Another idea is to add a single sleep+retry to the migration function, with an opt-in repo config flag.

> Curious, what is your pooling configuration for dev/test? This is a fresh Elixir app, all packages are up-to-date and all config is 100% defaults. The behavior should be reproducible...

> Set `pool_size: 1` in your `dev.exs` and give it a shot. It should help with the thrashing. Good idea. On ~50 runs in quick succession, this reduces the failure...

I agree with most of what's been said here regarding build cache breakage. Fundamentally, it doesn't seem like `pyproject.toml` should be required to install dependencies. That file is becoming a...

I'm interested in this as well, for a different reason: exposing one instance of a service under multiple domains, managed by different Caddy services. ``` services: foo: ... deploy: labels:...

+1, files will typically fail multiple lint rules while being worked on. For example, `block-no-empty`: ``` .new-class { } ``` This displays three lines with bright red error (or warning)...

Same here, running single binary with filesystem storage and replication=1, so IIUC there are no zones in this configuration.

Would love to see device support in Swarm, how can we help get @zikaeroh's PRs reviewed and merged?

Two years later, would be great if this could be fixed!

https://github.com/docker/cli/pull/5833 seems related. It would be great to have subpath support in Swarm!