Amitvikram Dwivedi
Amitvikram Dwivedi
### Describe the bug When trying to send the delete message command to sqs it randomly fails to delete for some message with the following error: ``` CredentialsProviderError: Could not...
[https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4](https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4) As mentioned above in the security advisory. This problem is patched in 2.29.2, and the patch can be applied to all affected versions (from 1.0.1 up until 2.29.1, inclusive)....
The output of the following piece of code is 10 instead of 5 i.e. the final length of the string after truncating is 10 instead of 5. ``` console.log(truncate('▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎▪︎',{length:5,omission:''}).length) ```
**Is your feature request related to a problem? Please describe.** Sometimes I'm just frustrated with the blur. **Describe the solution you'd like** It would be great if you could add...
**Problem** I have a table that contains a json column. The column will have a structure something like the following. field_id can vary for different accounts and mostly change at...