Yuxuan 'fishy' Wang

Results 26 issues of Yuxuan 'fishy' Wang

Add native support for key rotation for ES*, HS*, RS*, and PS* verifications. In those SigningMethod's Verify implementations, also allow the key to be the type of the slice of...

Add native support for key rotation for ES*, Ed*, HS*, RS*, and PS* verifications. In those SigningMethod's Verify implementations, also allow the key to be the type of the slice...

When I cancel a image uploading, the sending notification becomes "sending cancelled" but it's not dismissable nor clickable and I have to force stop tusky to get rid of the...

This partially fixes https://github.com/uber-go/zap/issues/884. This implementation is limited to top level fields, like: Int64("int64", 123) Float64("float64", 456) Or sugared: With("int64", 123, "float64", float64(456), "slice", []int{1, 2, 3}) It does NOT...

The reason of this proposal is that in json the only number format defined is float64. so int64 numbers in json log might lose precision from the log ingestion. Take...

An example is at https://github.com/fishy/onepwd/tree/c56928e42bc521df2be9f975958019718dae53f5. In https://github.com/fishy/onepwd/blob/c56928e42bc521df2be9f975958019718dae53f5/BUILD#L40-L50, only `com_android_support_appcompat_v7_27_0_1` and `com_android_support_preference_v7_27_0_1` are actually directly depended, and everything else in `aar_deps` are just transitive dependencies from those 2 libraries (you can...

**Describe the bug** After the system's python version upgraded (for example, 3.9 -> 3.10), `pipx upgrade-all` fails with `pip` module issue (this is kinda expected): ``` $ pipx upgrade-all /home/fishy/.local/pipx/shared/bin/python:...

bug

### What version of gazelle are you using? `v0.24.0` ### What version of rules_go are you using? `v0.29.0` ### What version of Bazel are you using? `4.2.1` ### Does this...

Currently there's a logic in cluster client that if the redis port > 55535 it will just fail: https://github.com/joomcode/redispipe/blob/03ac18cd33dcc9a20fb90d2007902733dc019269/rediscluster/redisclusterutil/cluster.go#L80 I don't see any comment explaining why. This is currently causing...