Arunvel Sriram

Results 18 issues of Arunvel Sriram

1. Since running applications as `root` is not recommended I extracted `remote_user` as a variable so that the default value set for it is not `root`. 2. I used `sudo`...

Am trying to select the currently applied theme on startup. Am planning to use the value in `colors.name` for this. For example, ``` colors: name: 3024.dark ``` I have made...

enhancement

Related issue: #5 * Refactoring: extracted reusable functions/constants to a common place * Upgraded inquirer-autocomplete-prompt to v1.2.0 as it had the feature to select a default value * After applying...

For example, consider a question of `type: 'list'` and when the user navigates between different choices do we have an event emitted with currently selected choice? I looked at the...

Hello. This project has no dependency on jQuery however one (or some) of the GTM tags seem to be using jQuery. So `gtm.js` expects jQuery to be available. Since jQuery...

When using custom endpoint for S3, `etcd-backup-operator` is accessing the buckets with DNS based URL. For example: If `endpoint = http://s3-minio:9000/` and `bucket = test` then the resulting URL for...

Related issue: #188 This is a work in progress PR. Lot of things to implemented/handled. Done: 1. Show/submit reactions for existing issue 2. Show/submit reaction on new issue created by...

Add a flag to open CI/CD tool URL: ``` git open --cx ``` Based on the contents of the repo we could identify the CI URLs. However, there are a...

Thank you for building this wonderful tool. A Helm chart would make kube-consul-register setup easier. So I have created a chart in the [Helm charts repository](https://github.com/helm/charts/). Here is the open...

Hi. Having a contributing guide will be really helpful for people who are interested in fixing bugs and adding features.