Adnan Abdulmuttaleb
Adnan Abdulmuttaleb
The [guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html#manage-oidc-provider-console) for adding OIDC provider in aws cognito says that you should add a **Thumbprint** for your idP. Is the Thumbprint equivalent to the public-key, used to verify the...
According to my understanding of hashing and equality, I tried to enhance the performance of equality checking by ensuring that `__eq__` does not perform component based comparison only if vectors...
Added an example for nested objects mapping.
I assume the following is not supported right now: `LOG_VIEWER_FILES_DIR = ['path/to/dir1', 'path/to/dir2']` It would be to have such feature, sometimes different parts of the system write to different target...
I have added `chunked` to the options's object, when triggering upload it shows no errors, but the file get uploaded to s3 is only a single part of the original...
I want to prevent user from uploading multiple files, things I tried: 1. I tried to set `uploadMultiple` to false but still no results. 2. I tried to invoke `disable`...
I set the `addRemoveLinks` option to `true` on my `vue-dropzone` component. The remove's link appear and clicking it cause the upload file to be removed from the widget, but still...