Jayesh Dhandha

Results 7 issues of Jayesh Dhandha

Hi, I am using this to solve my problem for IE / Edge that does not support [Array.find()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find#Browser_compatibility) Below is my piece of code that i am using in my...

It seems not an issue. But i have question whether its possible or not. If my cognito user is disabled and try to login, We are seeing error message "User...

Hi, I am using Amazon Cognito in my UI application. While doing logout, i am calling the [Logout Endpoint](https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html). But i am not sure my logout is actually working or...

It's not an issue, It's a feature. But i am not sure i can achieve this using grunt or not. I am deploying my UI application which is made up...

question

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

I am converting it my map into yaml. Map: `{management.endpoints.web.exposure.include= health, info, refresh, shutdown, selftest, listProcessors}` Output of code **Props2YAML.fromContent(yaml.dump(Map)).convert()** **Expected Output:** ``` management: endpoints: web: exposure: include: health, info,...