k4i

Results 5 issues of k4i

**Describe the bug** the enum value `Taints.Effect.NO_EXECUTE`'s toString() method returns "NoExcute" instead of "NoExecute". source code: https://github.com/kubernetes-client/java/blob/master/util/src/main/java/io/kubernetes/client/util/taints/Taints.java#L35 **Client Version** `16.0.0` **Kubernetes Version** `1.24.3` **Java Version** `Java 8` **To Reproduce** add...

good first issue

when a user has no recent played songs, `recentPlays["items"]` is an empty list therefore `random.randint(0, 0 - 1)` raises `ValueError: empty range for randrange() (0, 0, 0)` ```python recentPlays =...

bug

In the `demo.html`, I notice we use `CSSStyleDeclaration.cssText` to compare computed styles of two elements (function `detectedGCS`). But according to [CSSStyleDeclaration.cssText](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration/cssText), this returns only the inline style declaration of two...

I'm now at python3.8, after installing this, there're some errors that I don't know how to fix, how can I uninstall this, and get back the default subprocess library. when...