Vassil Kovatchev
Vassil Kovatchev
Consider the following example: ```tsx import Splitter from "@devbookhq/splitter"; import { useState, useCallback } from "react"; function MyComponent() { const [count, setCount] = useState(0); const handleClick = useCallback(() => setCount(count...
Is it possible to run `testing-library` tests against components which use the splitter? For example, consider the following test: ```javascript import { render, screen } from "@testing-library/react"; import Splitter, {...
Currently the patch value of a `ModRule` is evaluated as a Golang template in the following intrinsic context: `* .Namespace` - string representing the namespace of the target object `*.Target`...
Sometimes an extension compiler needs to collect metadata about the instance of the keyword being compiled - most notably, its location. With the proposed method, one can collect the location...
Enabling Golang templating of the value of `select` attribute of the `patch` section of a KubeMod ModRule will enable use cases where a ModRule can, for example, target the containers...
Implement a new CLI `kubemod` which is distributed as a standalone executable or as a `kubectl` plugin. The CLI should include the following commands: - `help` - `version` - `test`...
Add `merge` `op` to the `patch` section of a ModRule. This operation should trigger a Kubernetes strategic merge patch as implemented here: https://github.com/kubernetes/apimachinery/blob/master/pkg/util/strategicpatch/patch.go#L856. The `path` expression of a `merge` `patch`...
When trying to obtain a SRV record from a registry using bad DNS address, method `LoadBalancer.Next()` fails to report the actual error. It simply states that `Couldn't resolve name 'my-service.service.consul.'`....
* **Version**: 1.10.0 * **Platform**: Kubernetes (EKS) * **Subsystem**: server Deploying SPIRE server using the [EKS deployment example](https://github.com/spiffe/spire-examples/tree/main/examples/k8s/eks_sat), works up to version 1.9.6. Switching the server (and agent) image to...