Frank Anderson
Frank Anderson
I think error code 127 is that rsync wasn't on the host. It would need to be on the both source and destination machines.
This can be closed.
Make sure you have the trailing slash in the root. ``` root: 'CODE/' ``` not ``` root: 'CODE' ```
Sounds more like you don't want to use .env files for things. Also, not really understanding how your wouldn't need to edit the values in all the places if a...
If you run `docker run --rm -it -u $(id -u):$(id -g) ghcr.io/linkchecker/linkchecker:latest --verbose www.example.com -o html > report.html` then it will output this to a file `report.html` in the current...
Looks like https://github.com/profclems/glab/blob/trunk/api/project.go will need to be edited to implement `EditProject` from https://github.com/xanzy/go-gitlab/blob/master/projects.go#L880 Once that has been done we would need to update https://github.com/profclems/glab/tree/trunk/commands/project to include the new functionality. Of...
> You can select dotEnv file to be used by Compose using docker compose --env-file xxx youcommand We could extend profile support to automatically select an alternate dotEnv file, but...
Is there another script that uses arguments? I can take a first pass if there is an example job runner that has an argument.
I would be interested to see some DX review on this. I have always preferred per-project configuration to be in a separate file --such as config.yml. I have this preference...
I see there is a release now. Still cannot install with pipenv unless I set the version like in the above comments.