Youfu Zhang

Results 30 comments of Youfu Zhang

``` cd /sys/kernel/config/usb_gadget/kvmd echo '' >UDC mkdir -p functions/uac2.usb0 ln -s functions/uac2.usb0 configs/c.1/ echo fe980000.usb >UDC ``` USB UAC2 works smoothly with my Windows 10 box. It's possible to adjust...

I ran into this issue with docker-ce 24.0.7. My system load is low, and I could reliably trigger this issue with `stop_grace_period: 0` in `docker-compose.yml`.

@milosgajdos There is still a logic error in the implementation of VerifySigningKey, introduced in #4349. https://github.com/distribution/distribution/blob/21f3291612301af9c5c9e6a839504ea140844b05/registry/auth/token/token.go#L175-L189 When `verifyCertChain` returns `jose.ErrMissingX5cHeader`, we head to the `switch` statement. In the 2nd case,...

> I've reopened the issue and also opened a PR that fixes the logic error: #4415 > > PTAL LGTM. --- I ran into this issue during migration from v2.8...

@milosgajdos I didn't use `x5c` way to authenticate. Before #4096 `feat: replace docker/libtrust with go-jose/go-jose`, the trusted JWKs always come from certificate chain, the `kid` is generated using `libtrust`'s non-standard(?)...

~~A seperate configurable `jwks` option is nice to have, as it allows more keys to be trusted (maybe used in different geo-location) and rotated in their own pace.~~ (EDIT: I...

> We can extract the keyid generation logic without relying on `libtrust`. I proposed PR #4417. I understand that we didn't reach consensus on whether we should or should not...

PS: When I deny all (actually 3) confirmation requests for Steam Web API key, I triggered some protection mechanism and my IP got banned for several minutes I think.

I use Python 2 for daily work, and don't want to install a bunch of packages for both Python 2 & 3.

I don't own UDM Pro, nor do I have access to Cloud Console. That being said, I'm not able to add support for `.unifi` file format in short term. I'll...