Paolo

Results 62 issues of Paolo

### Terraform Core Version 1.3.5 ### AWS Provider Version 4.41.0 ### Reproduction steps In powershell: ```powershell > (pwd).Path C:\Users\Paolo\Documents\GitHub\bucket_delete_bug_pt1 > ls main.tf ``` tf source (main.tf): ```terraform terraform { required_version...

bug
service/s3

### Description New data source for `aws_cloudwatch_event_rule`. ### Output from Acceptance Testing ``` $ make testacc TESTS=TestAccEventsRuleDataSource PKG=events ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/events/......

documentation
new-data-source
size/L
tests
provider
service/events

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link: https://github.com/paololazzari/play -...

Given: ```terraform #main.tf locals { a = "foo" b = "bar" c = {"nums":[1,2]} } ``` It would be nice to be able to do something like: ```bash hcledit -f...

When working with Python, it's possible to determine which package was originally installed by the user by checking for the presence of the `REQUESTED` file. For instance: ```bash $ pip...

With `fzf` it's possible to use `Shift+Up` or `Shift+Down` to scroll the preview window up or down. The same functionality would be useful here.

This method could be useful in order to determine whether or not the size should be changed via `ResizeItem`.

Being able to get the parent of a given node would make traversing the tree much easier

Consider: ```go package main import ( "github.com/rivo/tview" ) func main() { app := tview.NewApplication() inputField := tview.NewInputField(). SetText(">>>>>> X

```bash $ cloud-init --version /usr/bin/cloud-init 23.3.3-0ubuntu0~22.04.1 ``` As a non-sudoer: ``` $ cloud-init schema --config-file test-conf.yaml Traceback (most recent call last): File "/usr/bin/cloud-init", line 33, in sys.exit(load_entry_point('cloud-init==23.3.3', 'console_scripts', 'cloud-init')()) File...

enhancement