Justin Huff

Results 11 issues of Justin Huff

**What version of protobuf and what language are you using?** Version: 1.24.0 (golang) **What did you do?** We're using protojson to encode our internal protobufs for indexing in ElasticSearch. For...

ochttp appears to ignore requests from `/healthz`, etc (https://github.com/census-instrumentation/opencensus-go/blob/master/plugin/ochttp/server.go#L96). This would be a really handy feature in ocgrpc **Is your feature request related to a problem? Please describe.** My service...

feature-request

I'm in the process of migrating from SmartThings, and I'm missing how easy geofence-based presence detection was on ST. With OH2, I need to setup MQTT, secure it, expose it...

enhancement

One of Google's other golang datastore clients has implemented a feature I find rather handy: allowing pointers to struct fields (as well as some other stuff). https://github.com/GoogleCloudPlatform/google-cloud-go/commit/0e0ec87d77f27fbf630f4599b7134faba020634f Unfortunately, *that* library's...

I have a data bag that is dynamically updated, so i don't keep it in git. I'd like to be able to check all data bags except that one. Thanks!

Documents with custom `ordering` that sort on multiple fields of the same object (or reference) won't sort correctly. Consider the following: ``` export default { name: 'book', type: 'document', title:...

**Describe the bug** I have a preview component defines on my document type, but it only seems to work on arrays (I have another document with an array that references...

**Bug report** While we encountered this in our codebase, I can also repro with https://try.terser.org/ **Version (complete output of `terser -V` or specific git commit)** ``` $ yarn run terser...

bug

When capturing stacktraces from a rescued panic, it looks like two `runtime` functions show up. This was causing stack tracing to stop early. Here's an example full trace (all skipping...

I use this to handle auth from Google application proxy. Unfortunately, the header value looks like: `accounts.google.com:[email protected]` It works fine, but it's a bit verbose. It'd be awesome if I...