Jashandeep Sohi
Jashandeep Sohi
> thinking > > This should probably just be part of UpdateQPS, so that if server-side throttling is enabled the client-side discovery throttling is disabled. > > I had assumed...
@justinsb Right, forgot about the CLA. Should be signed now. And thanks for the pointers about getting things merged upstream. I also took a quick crack at improving the cache...
> Actually I don’t think we want to disable QPS here. If you move it down into UpdateQPS tho that’d be ok. Then it only disables on newer clusters with...
Ok, wrapped everything in a closure and that fixed the tests. And I don't think it's too late because `WrapConfigFn` is called (in `f.ToRestConfig`) before `Burst` and `QPS` are set....
> I think our blocker right now is that cargo-generate does not distribute already-built binaries through GitHub releases (like it use to) Hopefully since v0.7.2 it should :wink: https://github.com/cargo-generate/cargo-generate/releases/tag/v0.7.2
> I haven't got video3 device, so error isn't that device is busy. Starting this with different outputs has no effect: If I'm understanding this correctly, you don't have a...
That's interesting. I'm not sure why you're having to run this with `sudo`. But it looks like you've installed with Nix, so you will have to use the `nixGL` wrapper...
Yep, I believe `iHD` is the correct driver for your card. Let's see if the debug log sheds some light on why it can't find `vaapipostproc`. Could you post the...
> How to find out correct driver for my card or list of all available drivers? The only other option for intel is `i965`. So give that a try, but...
What happens when you do a `webcam-filters --list-dev-caps /dev/video0` (or whichever `/dev/videoX` is your actual webcam)?