donovanrost

Results 9 issues of donovanrost

According to [reddit docs](https://www.reddit.com/dev/api/) > **response body encoding ** For legacy reasons, all JSON response bodies currently have , and & replaced with <, >, and &, respectively. If you...

The response for https://www.reddit.com/user/spez/about.json is: ```{ "kind": "t2", "data": { "is_employee": true, "is_friend": false, "subreddit": { "default_set": true, "user_is_contributor": null, "banner_img": "https://b.thumbs.redditmedia.com/KWeEpVxXOGLoloMbM0IxGt9EiKPXizpwFgcSeWqtpZM.png", "restrict_posting": true, "user_is_banned": null, "free_form_reports": true, "community_icon": null,...

Is there a technical difference between ``` sh "curl ...." ``` and ``` loadLinuxScript(name: 'script-which-calls-curl') sh 'script-which-calls-curl' ``` I know the loadLinuxScript will execute on the worker. Will the inline...

### Expected behavior I would expect the Kaniko Pod to be deployed in the `platform-gitlab-runners` namespace with the service account `gitlab-runner` as specifed. ### Actual behavior Kaniko fails to deploy...

needs-reproduction

### Contact Details _No response_ ### Present your request When creating a new database entry, I would like to see either: 1. A template system for automatically generating file name....

enhancement

**Is your feature request related to a problem? Please describe.** I have taken over a project using Terramate. I don't believe the previous engineer did it well since the blast...

help wanted
enhancement
documentation

**Issue #, if available:** #1482 **Description of changes:** Wire in bucket_name, bucket_region, and profile into hack/latest_binaries.sh By submitting this pull request, I confirm that you can use, modify, copy, and...

**What happened**: Builds fail when in GovCloud environment because `hack/latest-binaries.sh` can't can't query the `amazon-eks` bucket. **What you expected to happen**: I expect to be able to build this project...

**Describe the bug** For resource tagging, we use a format like `subdomain.company.com/key = value`. At the top level stack we define: ```hcl globals { default_tags = { "meta.company.com/manager" = "terraform"...

bug