Moulick Aggarwal
Moulick Aggarwal
when running `terminalizer record` and passing the `--config` flag, terminalizer does not accept files with the extension `.yaml`. Renaming the same file to `.yml` works ❌ `terminalizer record --config terminalizer-config.yaml...
In our setup, we are using KeyCloak as a broker, which in-turn uses Github as an external Identity provider. So a user in keycloak by itself does not have any...
## Is your feature request related to a problem? Please describe Having the tags in `aws-sso list` would be helpful 😄 ## Describe the solution you'd like Support Account/Role tags...
Adding Github actions workflow for 1. Building and publishing by Goreleaser for tags 1. Building by docker for default branches 1. Scanning by Trivy and Hadolint 1. CodeQL analysis 1....
### Description It would be helpful to make `opencommit` installable via Homebrew. Many people prefer installation via brew (myself included). This would increase the reach of `opencommit`, particularly with people...
**Explain the problem.** `pandoc` fails to convert a `docx` file to `pdf`. It outputs a empty PDF file from this particular pdf. File attached [new_resume_001.docx](https://github.com/jgm/pandoc/files/12181295/new_resume_001.docx) **Pandoc version?** What version of...
`ollama` app currently auto downloads app updates. Many people on MacOS manage applications from `homebrew` and prefer apps to not auto update. This is also a security concern to some...
Add support for uploading additional files that could be used in `jobs.sh`. Prime example being a existing `Dockerfile`. The `--additional-file` flag can be given multiple file to provide multiple files....
This fixes if the Dockerfile has comments in it. Need to `'` single-quote `EOF` to make it work Without fix: https://github.com/Moulick/trusting_beaver1/actions/runs/8123356472/job/22203689781 With fix: https://github.com/Moulick/dazzling_darwin0/actions/runs/8123542099/job/22204059056 The run with the fix failed...
It would be great if there was a option to upload extra files along with the main script. Like for the Docker example, if I could modify the script to...