Arjan Steenbergen

Results 6 comments of 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...