Marco Lipparini
Marco Lipparini
| Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | maybe, see below | New feature? | yes | Deprecations? | no | Tickets...
This PR fixes #37. ### Implementation details: - the comment parser now returns a third array value with the number of new lines at the end of the given comment...
### Terraform Version ``` Terraform v0.13.2 + provider registry.terraform.io/digitalocean/digitalocean v1.22.2 ``` ### Affected Resource - digitalocean_vpc ### Terraform Configuration Files https://gist.github.com/liarco/a1fab103af843feff29903feec2b27a9 ### Terraform Cloud run output https://gist.github.com/liarco/6b2990a7212968730617c64b392630ec ### Expected Behavior...
Without this change trying to call a function with `_` in its name fails with a `No valid (solidity) signature string provided.` error. I'm also updating the regex101 link since...
While working on #20 I run into an issue with empty target repositories: brand new repositories are empty and don't have any commit, but his action fails pushing changes those...