Tim Malone

Results 28 issues of Tim Malone

I'm running the `log` reporter followed by the `fail` reporter, and unexpectedly, the fail reporter is failing on warnings: ``` [10:08:03] PHP Code Sniffer found a problem in C:\Users\Tim\Dropbox\Chromatix\htdocs\base\theme-portal\inc\portal-setup.php FILE:...

Hi there, Thank you for putting this tool together - it's incredibly helpful and works great! I'm syncing multiple parameters from SSM, some are 'secret' and some are just plain...

Given this YAML passed to yedit: exclude_lines: - ^\s*(\(|\))\s*$ - ^\s+$ I end up with the following result: exclude_lines: - ^\\s*(\\(|\\))\\s*$ - ^\\s+$ This, naturally, breaks the regular expression that...

This hides the kubecontext prompt if there is no current context set in `~/.kube/config`. Essentially, this prevents a namespace from being shown all on its own. **BEFORE this PR -...

**Describe the bug** When `~/.okta-aws` already exists and `okta-awscli --config` is run, it results in the entire existing contents of the config file being appended. It likely needs to either...

**Tell us about your request** [VPC endpoint](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html) support for EKS, so that worker nodes that can register with an EKS-managed cluster without requiring outbound internet access. **Which service(s) is this...

EKS
Proposed

Hi there! Brand new to Jupyter, and thought I'd give this a crack. I'm having trouble with the installation though.. I was wondering if you could help shed some light...

bug
help wanted

### Terraform Version ``` Terraform v0.11.7 ``` ### Terraform Configuration Files ```hcl module "test" { source = "../modules/module-example" lifecycle { prevent_destroy = true } } ``` ### Expected Behavior I...

enhancement
config

Hi there, Thank you for your work on npmpub! New user to publishing on npm here. I was wondering if you could add to the README the scopes that you...

I'm wanting to parse the response and do my own thing with it, but at the moment I cannot, as even when returning JSON there are still calls to console.log...