Terry Cullen

Results 7 issues of Terry Cullen

Hi, I've got a few assertion methods I'd like share back. What are the conventions for the numbering of the error constants in Assert\Assertion?

Hi, I'm in the process of porting my colour logger to a php extension. **Zephir snippet (Logger.zep):** ``` namespace Terah\Logger; class Logger { public static function toRed(string strText) -> string...

bug
Hacktoberfest

https://www.dropbox.com/s/q67q9qs16rz5wj7/Screenshot%202018-01-02%2021.46.37.png Chrome on Mac OS

Hi, I have the following database and database firewall setup: ``` resource "digitalocean_database_cluster" "cluster" { name = var.cluster engine = "pg" ..... } resource "digitalocean_database_firewall" "cluster-firewall" { cluster_id = digitalocean_database_cluster.cluster.id...

Hi there, Versions: ``` Terraform v1.5.0 on darwin_arm64 + provider registry.terraform.io/cyrilgdn/postgresql v1.19.0 + provider registry.terraform.io/digitalocean/digitalocean v2.28.1 + provider registry.terraform.io/hashicorp/aws v5.7.0 + provider registry.terraform.io/hashicorp/random v3.5.1 + provider registry.terraform.io/wgebis/mailgun v0.7.4 Your version...