Shashank Agrawal

Results 13 issues of Shashank Agrawal

First, a wonderful tool to wrap electron packaging! Really great for bootstrap an electron app for the first time. Here is my environment: Environment | Version -------------|--------- OS | MacOS...

enhancement

# Feature Request (I was under the impression that an issue is there for this feature so I tried to search but couldn't find any) ## Motivation Behind Feature 1....

# Bug Report ## Problem If multiple instances of IAB are created, only the events from the last created IAB instances are called back. ### What does actually happen? Consider,...

As per `cordova-lib@9`, the `requireCordovaModule` can only be used to get the `cordova-*` dependency. This PR is to support that change. For more info, https://github.com/apache/cordova-lib/issues/706

### Task List - [x] Steps to reproduce provided - [ ] ~Stacktrace (if present) provided~ - [ ] ~Example that reproduces the problem uploaded to Github~ - [x] Full...

Document uses of `JSONObject` and its `opt*` methods as discussed here - https://github.com/grails/grails-core/pull/12052#issuecomment-921641922

# Feature Request I think this is a very important piece of information this plugin can offer. For example, writing `device.name` can give me- `Shashank's iPhone` or `My Samsung J6`....

On `iOS` (mostly on iPhone7 & iPhoneX), when we switch from `landscape` to `portrait`, the orientation doesn't change. There are two behaviour that we noticed: 1. The orientation doesn't change...

bug
platform: ios

# Thanks to @AbhishekTaparia for finding out the issue 👏🏻 ## Environment - Grails 4.0.4 - GORM 7.0.6 - GORM MongoDB 7.0.1 ## Problem We were recently trying to connect...

### Is your feature request related to a problem? Please describe As of now, to use the `cookieService.set` or `cookieService.delete`, we have to always pass a custom parent domain which...