Artem Leshchev

Results 5 issues of Artem Leshchev

In `index.d.ts`, onValueChange doesn't give newOption in argument's item. In result, TypeScript users can't use createFromSearch normally.

When TypeScript used in strict mode (or strictNullChecks mode enabled separately), createFromSearch doesn't accept null (because in type declaration it is not nullable). Please, add nullableness anywhere you can accept...

Fixes issue #4 Updated pull request to a new branch.

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.5.7 Kubernetes provider version: 2.23.0 Kubernetes version: 1.25.12-eks-2d98532 ``` ### Affected Resource(s) - `kubernetes_cluster_role_binding_v1` - `kubernetes_role_binding_v1` ### Terraform Configuration...

bug
stale

With the release of IP sets to GA and grants to beta (https://tailscale.com/blog/via) it would be great to have ACL type updated to reflect these features. I can bring PR...