Greg Mefford

Results 49 comments of Greg Mefford

I’ve done nearly the same thing several times at work, so it would be nice to be able to have a maintained library implementation instead of copy/pasting between services. 😅...

I believe the reason is that we allocate a static memory buffer for the video frames and it’s not very big. This is something I’d like to work on improving,...

If I understand the original problem correctly, the issue isn't that it takes a long time, but that it fails altogether for larger resolutions at higher quality settings. I believe...

Yeah same here. I don’t have any time to invest in building this anytime soon, but I’d love to see it happen and I’d love an excuse to buy one...

Actually I think the way this PR is currently written, it should be a bugfix instead of a breaking change, right? The code currently uses the `queue_count` name when it...

I might be misunderstanding something, but it looks like in the code I linked above, it already is sending the metric updates as `queue_count`, it just incorrectly declares the metric...

Just stopping by to note that I'm interested in this feature as well. Given that OpenCensus has been superseded by OpenTelemetry, and in the BEAM ecosystem, it seems that the...

Sounds great, thanks! 🚀

One concern I have is that there is only one callback function rather than allowing multiple things to register themselves, so if you wanted to have a list, you'd need...

> Hi @GregMefford! If I am understanding correctly, you are referring to a case where someone wants to use multiple request_transformer functions? Since this function accepts a Request and returns...