Steve Fan

Results 197 issues of Steve Fan

Part 3 of #294 series, and this PR focuses on letting the user to specify their own cache type under context such as `no_std` or when the user needs to...

@kevinmehall Umm the test failed because it was running under `no_std` context, and indeed there is no `println` macro. Wonder if we should also take this out too and instead...

Despite I know ESP32-C3/C2 is magnitude slower than nRF52840, but I want to port this there. Right now OpenSK seems like very centric to nRF52840, but I guess this can...

Sometimes we need to guarantee the arguments are of some type (for example GET requires name to be string but what if user put in number?) so how do we...

This fixes compilation on ESP-IDF target

## What is the motivation? Since #1748 is deemed too fat after a year later by me, and also how I've learnt my lessons with Rust, I've decided to trim...

The image [`kubesphere/kube-keepalived-vip:0.35`](https://hub.docker.com/r/kubesphere/kube-keepalived-vip/tags) only supports amd64 for now so it cannot be ran on a ARM64 based cluster: ``` exec /usr/bin/dumb-init: exec format error ```

kind/feature

## Description This is regarded to this comment in the original thread of #214: > Why not just set exposed Node ips on external-ip of LoadBalancer Service? > > If...

size/L

**Describe the bug** It seems like the #215 only works with kube-proxy iptables mode, and anything else won't work (confirmed with kube-proxy IPVS mode and Cilium kube-proxy replacement mode) **Version...

feature

Since loadBalancerClass is [already stable in v1.24](https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class), why shouldn't we implement this?

kind/feature