Paolo

Results 62 issues of Paolo

One example is the backslash `\` . This snippet: ```python ait.press(*'C:\\Users') ``` will type `cusers` instead of `c:\users`.

It would be nice to have the possibility to enforce regex patterns for the parameters of an ARM template.

I had deployed an EC2 instance with terraform. I then removed the EC2 instance from terraform with: $ terraform state rm aws_instance.instance_1 now, when I try to re-create the instance...

service/ec2
needs-triage

When using both together: > The "count" and "for_each" meta-arguments are mutually-exclusive, only one should be used to be explicit about the number of resources to be created. What's the...

enhancement
waiting-response
new

I have created an application which I want to use so that whenever my Twitter account is mentioned, an HTTPS endpoint is hit. The app is deployed in a `Production`...

Would be cool to be able to send DMs to users

enhancement

I'm working on a versioned build, therefore I don't want to be downloading the "latest". All of the instructions only show how to download the latest from S3. How can...

question
Stale

I configured `/etc/lightdm/lightdm.conf.d/90-arctica-greeter.conf`: ``` # don neither show a username / password login prompt for local login greeter-show-manual-login=false ``` but I still get asked for credentials on login ![image](https://user-images.githubusercontent.com/6552810/135826906-5d4ebdd8-d89a-4d81-89ca-cf1785b56653.png)

### Description I have created an `aws_route53_resolver_endpoint` as follows: ```terraform resource "aws_route53_resolver_endpoint" "foo" { name = "foo" direction = "INBOUND" security_group_ids = [ aws_security_group.sg1.id, aws_security_group.sg2.id, ] ip_address { subnet_id =...

enhancement
service/route53resolver

### Description ## Terraform source ```terraform terraform { required_version = ">= 0.13.1" required_providers { aws = { source = "hashicorp/aws" version = ">= 4.20.0" } } } resource "aws_s3_bucket" "mybucket"...

enhancement
service/s3