Mike Pirog

Results 95 comments of Mike Pirog

Here is a proposal on how to do this #1965

Not something we currently have plans to work on. On Wed, Oct 7, 2020 at 5:57 AM Kristijan wrote: > Any news on this? > > — > You are...

I think if you do a `lando init` with the `--full` flag it will dump the entire recipe config into a landofile

The URL scanning can actually be disabled as well. On Wed, Mar 24, 2021 at 1:37 PM Vlad Moyseenko ***@***.***> wrote: > Here is the my way to disable service...

We plan on supporting this in Lando 4.0. TBD on whether it will make it back into Lando 3.0.

@phil-s im not sure why we explicitly set `TERM: xterm` but im guessing its vestigial and can be removed. That said i _think_ under the hood Docker is also going...

@phil-s we allow per-user override files for situations like that: https://docs.lando.dev/config/lando.html#override-file You can also set envvars on a per-service and per-command basis: ```yaml name: lando-tooling service: node: type: node10 overrides:...

@blue928 we plan to support M1 but this is still a few months out. In the meantime we recommend that M1 users replace their current version of Docker Desktop with...

We have been slowly rolling out M1 support but there probably won’t be UNIVERSAL support until we release Lando 4 early next year. On Sun, Nov 28, 2021 at 7:30...

@igasi this is already possible using lando "service overrides" https://docs.devwithlando.io/config/services.html#overrides It's also worth pointing out that you can configure base and override landofiles which may be useful to set universal...