Jaime Bozza

Results 7 issues of Jaime Bozza

When using encryptionNamespace, removeAll() removes the default metaKey (from utils.metaKey) instead of the namespace metaKey from getMetaKey()

### Platforms affected Android ### Motivation and Context Fixes #184 ### Description Android 9 changed the position of the ProgressDialog. This restores the same behavior of previous Android versions where...

bug
platform: android

I noticed that json8-patch seems to be quite fast, with the exception of arrays. Consider the following: ``` var obj = { "x": "SomeVal", "y": [{ "z": 2}, {"z": 3},...

**Describe the issue** The documentation for CKV_AWS_315 - EC2 Auto Scaling groups are not utilizing EC2 launch templates - states to use launch templates over launch configurations. However, auto scaling...

checks

**Describe the bug** If you have a unique attribute `unique: true` and also use the `encode` property on that field, multiple documents with the same attribute value can be created....

bug

**Describe the bug** Calling `Model.remove()` on a Model with a unique property may remove the `_Unique` document even if the Model document does not exist **To Reproduce** Consider the following...

In the package.json file, there is a main property that points to a file that doesn't exist: ``` "main": "./src/crc.min.js", ``` This causes issues with resolvers (such as React Native's...