Grant Rodgers
Grant Rodgers
_Cleaning up https://github.com/VoronDesign/VoronUsers/pull/207 and https://github.com/deepfriedheroin/VoronUsers/pull/1. **This is not my work.** All credit goes to @NA411._ * [x] The mod, firmware configuration or slicer profile is in the correct category folder....
(Response to https://github.com/VoronDesign/VoronUsers/pull/258#pullrequestreview-617054996): > Please don't make changes in other people's directories. @KiloQubit I understand why that's a policy, but it combines with the no duplicates policy in discouraging ways....
We now have a community contact rotation for eventing and other WGs, but there's no great way to notify people when they're up next in the rotation. This seems like...
**Problem** HTTP POST is currently the only officially supported delivery protocol. This protocol is intentionally simple: no streaming, no session-specific variables or caching, no options. It's the easiest delivery protocol...
**Describe the bug** _This is sort of a bug, sort of a feature request._ I'd like to use CEL with dynamic JSON objects, so I'm using `google.protobuf.Struct` as the type....
I've been thinking about how we evolve the HTTP transport binding. Some of this may be relevant to non-HTTP transports, but I'm focusing on HTTP for now. In Knative Eventing,...
Using the Prometheus library to collect metrics works fine mostly, but has some limitations: #258 wants to change the way metrics are aggregated, and #297 wants to add additional handlers...
I'm using opentracing-go with the [gRPC stats API](https://godoc.org/google.golang.org/grpc/stats), which emits lifecycle events as RPCs progress. Those events include their own timestamps, so I'd like to use them for logging. I...
DecoratorController can already select objects by label selector and annotation selector. It would be convenient to select objects by field value as well. An example is the `schedulerName` field allowing...
I have a use case for vulcand as a consistent hashing proxy, where each request needs to be routed among multiple backends on a hashring. The hashring is dynamic and...