Matyas Albert Nagy

Results 4 issues of Matyas Albert Nagy

`[1,2,3].splice(1)` returns `[]` on Safari 8.0.7 when using es5-shim

As docker build was not possible, I've updated the keyserver & references Update git submodules to the latest version. Tested & it works

In the case below ``` export const ResizeStore = createStore(....); if (typeof module !== 'undefined') { createStore.allowHMR(module, ResizeStore); } ``` `allowHMR` doesn't have any effect and breaks HMR.

I am using the following configuration applied via terraform: ``` module "ebs_csi_driver_controller" { source = "DrFaust92/ebs-csi-driver/kubernetes" version = "3.10.0" # data.aws_iam_openid_connect_provider.eks_oidc.url oidc_url = module.eks.cluster_oidc_issuer_url # Optional ebs_csi_controller_role_name = "ebs-csi-driver-controller" ebs_csi_controller_role_policy_name_prefix...