Robert Bradley

Results 13 issues of Robert Bradley

cfn-lint 0.54.2 CFN Lint didn't pick up on AWS CodePipeline allowed values for Name of Stage 'pipeline.stages.2.member.actions.1.member.name' failed to satisfy constraint: Member must satisfy regular expression pattern: [A-Za-z0-9.@\-_]+ (Service: AWSCodePipeline;...

enhancement

https://github.com/aws-cloudformation/cfn-python-lint/blob/853522ff0e4c977331ac677a47059cf96b6f3189/src/cfnlint/graph.py#L15 It would be super awesome if we could have different colours for the different types of links / edges e.g. Ref/GetAtt/Sub/DependsOn. We have very complex nested stack templates and...

enhancement

When I run with --dry-run the _create and _update methods fail https://github.com/duo-labs/markdown-to-confluence/blob/8ce8d5d788981f5cab02122d0177ab56d8a3e8e2/confluence.py#L107 returns {} The following expects: https://github.com/duo-labs/markdown-to-confluence/blob/8ce8d5d788981f5cab02122d0177ab56d8a3e8e2/confluence.py#L323 https://github.com/duo-labs/markdown-to-confluence/blob/8ce8d5d788981f5cab02122d0177ab56d8a3e8e2/confluence.py#L324 and https://github.com/duo-labs/markdown-to-confluence/blob/8ce8d5d788981f5cab02122d0177ab56d8a3e8e2/confluence.py#L401 Expect the id and _links key to exist

**Is your feature request related to a problem? Please describe.** Could the create account and close account api in organisations be made use of insead of nuking resources and reuse?...

Love this plugin for testing Python great work Give the following folder structure for a code repo - src - LambdaA - lambdaA.py - requirements.txt - tests - test_lambdaA.py -...

**Is your feature request related to a problem? Please describe.** Could Cellpose use something like [SageMaker SDK ](https://docs.aws.amazon.com/sagemaker/latest/dg/distributed-training.html) To perform distributed training - allowing for the GUI / Human in...

enhancement

Sample code: ``` import json import re import requests from tabulate import tabulate def get_councils_from_files(): url = "https://api.github.com/repos/robbrad/UKBinCollectionData/contents/uk_bin_collection/uk_bin_collection/councils" response = requests.get(url) data = response.json() return [item['name'].replace('.py', '') for item in...

enhancement
idea

Had a few issues recently where the schema was invalid for input.json #509 #494 I think a test of this on commit as part of pipline would be a good...

idea

Not sure if its me doing something stupid but: The queries are the same.... running in the CLI `select max("wind_avg_km_h") as "windgust10m", mean("wind_dir_deg") as "windgustdir10m" FROM "Acurite-5n1" WHERE (sequence_num =...

bug

What is needed to add email and password authentication Issue I have found is it's possible to enter the same username again and it overwrites an existing account