Matyas Albert Nagy

Results 6 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...

Could the URL be compressed onto a smaller size? (slack only allows bookmarks of 2049 characters)

### Describe the bug Garbled text after transformation Before After ### Steps to reproduce ```plain text 1. Run `ocrmypdf --skip-text --output-type pdfa-1 ~/tmp/input.pdf ~/tmp/output.pdf` 2. `evince` or `google-chrome output.pdf` ```...

bug