Will Sloan
Will Sloan
I know the docs for this bridge are currently sparse, but it would be awesome if [the bridge setup instructions for Mac](https://docs.mau.fi/bridges/go/imessage/mac/setup.html) were updated to add supported macOS versions. I...
I was writing a bash script that will run inside of a docker container launched with scuba. In that script, I use a heredoc in order to write my help...
GitLab CI supports both a bare string and a dictionary for the `image` key. [This is their reference](https://docs.gitlab.com/ee/ci/yaml/#image) for the possible values of an `image` key. Scuba should support this...
Currently, if one specifies a `.scuba.yml` like this: ```yaml aliases: build: !from_yaml .gitlab-ci.yml build ``` With a GitLab CI configuration file like this: ```yaml build: stage: build image: name: debian:12...