Sean Chittenden
Sean Chittenden
https://travis-ci.org/terraform-providers/terraform-provider-postgresql ``` 17.10s$ make test ==> Checking that code complies with gofmt requirements... ==> Checking for unchecked errors... ==> Installing errcheck... Unchecked errors found in the following places: postgresql/resource_postgresql_database.go:119:18: defer...
`wirelatency`'s application name in circonus is still showing up as `circonus-gometrics` and not `wirelatency` or `protocol_observer`. Whichever is correct, it'd be nice if it set that when registering itself as...
I've updated tup to, in theory, work with FreeBSD. At the very least, FreeBSD compiles now, whereas earlier it would bomb out. I can't promise much more than that because...
While integrating `tengo` into a program, I had a simple `nil` pointer dereference error, but it was difficult to track down without patching `tengo`. I don't think it's right to...
This is embarrassing, and it took entirely too long to figure out, IMO, but I had a custom patch reversed (i.e., `diff -u new_file old_file`). Behind the scenes `patch` was...
### Terraform CLI and Provider Versions ```$ terraform version Terraform v1.6.3 on darwin_arm64 + provider registry.terraform.io/cloudflare/cloudflare v4.17.0 + provider registry.terraform.io/hashicorp/aws v5.23.1 + provider registry.terraform.io/hashicorp/cloudinit v2.3.2 + provider registry.terraform.io/hashicorp/external v2.3.1 +...
I haven't figured out exactly what the problem is, but I do have a reproducible test. ``` python # in test_views/views.py @test_views.route('/test_views/html_compress_bug1') def html_compres_bug1(): return render_template('test_views/html_compress_bug1.html', broken='other') ``` ``` html...
Howdy. I've started tinkering with [`pkl`](https://pkl-lang.org/) and am pretty pleased with it (no pun intended), but am running into a few quirks integrating it into `plz`. Using the following `example.pkl`...
When using `LinkGeneratedSources`, the linked files aren't cleaned up when executing a `plz clean`. ``` [Build] LinkGeneratedSources = soft UpdateGitignore = true ``` ``` $ ls -lA total 40 -rw-r--r--...
This fixes `go get` behavior on non-case sensitive filesystems.