Arjan Steenbergen
Arjan Steenbergen
Is an .trellis-cli.yml (config file, like wp-cli.yml) an option? I would prefer that over a longer cli command.
In your `~/.lando/config.yml` you can set home to a empty string to not mount the user folder. E.g. ```yml home: '' ``` That does the same as the pull request...
@iBobik good to hear! I've been trying to unmount the home dir because of the huge performance issues on macOS my colleagues) were having. I introduced Lando to them as...
Would multiple .lando.yml files work for you? If so, you could mount the /common folder using service overrides. Docs: https://docs.lando.dev/config/services.html#advanced For example: ```yml services: appserver: overrides: volumes: - ./common:/common ```...
I was experimenting with this starter kit as well. Changes: - src/config/context.js line 7 to `const request = requestCreator(state)` - core/request.js replace `token` with `state.account.token` Reason: The variable `token` was...
I'm playing RuneScape with an surface pro (with keyboard). I now use wasd to move the camera. I would like to add the following 2 things to this: - A...
I finally found out you'll need to mount the `~/.lando` folder from your gitlab-runner's service user (in my case; root) to the gitlab-runner. The entrypoint for docker-compose are always set...
I had a hard time figuring out why there were anchors added to the heading tags on the site, as we use these to generate a TOC, but we don't...
Hi, I've just created bedrock using the latest master. I'm aware this isn't in bedrock yet, but its autoloader-related. I'm happy to post this issue to roots/bedrock instead of here...