Glen Mailer

Results 79 issues of Glen Mailer

On OSX, the default temp dir includes a symlink, this means that if you generate a temporary file, and then pass its path into a function which follows links, then...

enhancement

**Is your feature request related to a problem? Please describe.** I've got a timestamppb.Timestamp field in my protobuf, and I'd like to compare it using something similar to https://pkg.go.dev/github.com/google/[email protected]/cmp/cmpopts#EquateApproxTime **Describe...

**Is your feature request related to a problem? Please describe.** Although https://godoc.org/google.golang.org/protobuf/testing/protocmp#Transform provides a custom handler for go-cmp, it has to be explicitly specified every time a comparison is performed...

generator-proto-option

# Is your feature request related to a problem? If so, please describe it. Currently, batching of reported span is handled by the `SpanExporterImpl` class, which is final and not...

feature-request

### Terraform Version ``` Terraform v0.11.1 + provider.digitalocean v0.1.2 ``` ### Affected Resource(s) - `digitalocean_domain` ### Expected Behavior domain should export generated NS records ### Actual Behavior domain doesn't export...

do-api

### Terraform Version v0.9.0 ### Affected Resource(s) terraform backend config ### Terraform Configuration Files ```hcl variable "azure_subscription_id" { type = "string" default = "74732435-e81f-4a43-bf68-ced435436edf" } variable "azure_tenant_id" { type =...

enhancement
config

Hello! I've been playing around with sysstat and docker containers lately, and I was wondering if there's any way to have it scope collection down to the current cgroup only?...

This is a proof-of-concept for #184 I'm not really happy with the implementation here, but I think doing it any tidier would require much more invasive changes into the parse-args...

I'm not entirely sure if this is a feature request or a bug. I had a look through the existing issues but didn't manage to spot anything discussing this before....

I would quite like to run all tests, excluding some integration tests from the repl. At the moment it looks like all of the selector logic is in the lein...