Avi Schwab

Results 16 comments of Avi Schwab

@sean-e-dietrich that makes sense. I've been thinking on it and I'm wondering where it'd go though. Is there support for other `docksal-*.[env|yml]` files similar to `docksal-local.[env|yml]`? So like, we'd only...

I tried creating `.docksal/stacks/overrides-gitpod.yml` in my project and that didn't take. It seems like #1558 might be related. Instead, I'm thinking writing to `.docksal/docksal-local.yml` in the gitpod init process might...

FWIW I've done this in a markdown hook using a number of different methods I've found around to also make responsive images. See [render-image.html in yusaopeny_docs](https://github.com/YCloudYUSA/yusaopeny_docs/blob/main/layouts/_default/_markup/render-image.html) The code used looks...

https://ddev.github.io/ddev-gitpod-launcher/ does essentially the same as this. Maybe putting the link that that generates into a button on the module would work?

This could be a nice option, but I think it'd need to be configurable. I'd imagine some sites will want to spawn new tabs and some won't.

What if we moved these files from `.github/workflows` to something like `.github/example-workflows` so that they're in the repo, but not enabled out of the box. Then we could have some...