Trent Albright

Results 7 issues of Trent Albright

Ginkgo won't run tests: ``` ❯ ginkgo --help Ginkgo Version 2.1.3 -------------------- ❯ ginkgo -r flag provided but not defined: -ginkgo.timeout ... -ginkgo.debug If set, ginkgo will emit node output...

Before: ``` {"level":"info","ts":1645300140.072392,"caller":"[email protected]/zap.go:80","msg":"/api/v1/extractors","status":200,"method":"POST","path":"/api/v1/extractors","query":"","ip":"127.0.0.1","user-agent":"curl/7.64.1","latency":0.00029637,"request-id":"58badad1-0c5e-4bfd-893b-cdf4e0686d32","time":"2022-02-19T19:49:00Z"} ``` After: With `X-Request-Id` provided: ``` ❯ curl -v -H 'X-Request-Id: e72b5b68-21e4-4f23-be4f-1a4441f3398c' -H 'Content-Type: application/json' -d '{}' http://127.0.0.1:8088/api/v1/extractors * Trying 127.0.0.1... * TCP_NODELAY set * Connected to...

### Terraform Version ``` terraform -v Terraform v0.11.10 + provider.heroku (unversioned) + provider.random v2.0.0 ``` ### Heroku Provider Version master (https://github.com/terraform-providers/terraform-provider-heroku/commit/08f5dbac2b1b84ba85fe07fdeed9974789377a1d) ### Affected Resource(s) Please list the resources as a...

Would you be willing to create github releases and use [semantic versioning](https://semver.org/)?

Changes zk to use talbright fork (https://github.com/talbright/go-zookeeper). This fork of zk has a number of fixes and backwards compatible enhancements. One of those enhancements allows for watches to be canceled...

kind/enhancement
store/zookeeper

- Fixed incompatibility with Rails 3.1 - Fixed code so that it will load without needing to install unwanted gems if you aren't going to use them (AWS for example)

2 - Working