Geoffrey McRae
Geoffrey McRae
This issue may have been fixed with @BenSjoberg patch which has now been merged, can you please confirm if you are still experiencing the issue still?
This is also the wrong icon, it needs updating to use https://github.com/gnif/LookingGlass/blob/master/resources/lg-logo.svg
> I converted them on my end to avoid having a build-time dependency on imagemagick. If dynamically generating them is preferred, I can modify the functionality for that. I don't...
Just checking the status of things... Is this this PR still valid/in-progress etc?
Please update to `B5` and test using DXGI. If this resolves the issue then it's a bug in the deprecated NvFBC API which we can do nothing about.
Why this is not yet an option is beyond me... please add this dell!
Closed because fixed? Why?
Note I have come across another configuration that can cause this error: Nginx Load Balancer --- proxy_protocol -> Backend Nginx Two issues: 1) pagespeed will attempt to perform a standard...
I can confirm that I am seeing the same issue here
I am not familiar enough with the structs/standards here but from what I gather the following looks wrong: https://github.com/openwrt/mt76/blob/8b3d8e2de0842553935a809e549c00e2bfdcccdc/tx.c#L35 Shouldn't this be: ``` mtxq->agg_ssn = IEEE80211_SEQ_TO_SN(le16_to_cpu(hdr->seq_ctrl)); ``` ?