Kamalakannan Jayaraman
Kamalakannan Jayaraman
Hi, There is no proper guideline for setting up and using this wonderful library in Gradle build system. Please provide proper guidelines for it. I tried the forked version https://github.com/yongjhih/android-satellite-menu....
**Summary** I have recently configured stryker as per the "[Getting started](https://stryker-mutator.io/docs/stryker-js/getting-started)". When I tried `stryker run` there are no mutants which were killed. So, I doubted myself and tried mutating(changing)...
Is there any way to disable draggable selection in this plugin ?
Hi, I have seen that the current code has Overlay with disableClickThroughHole, but the gradle version doesn't have that code ? so when we can expect that version for availability...
How can i provide DB credentials(username and password) and other options(replSet, strategy, poolSize, etc.,) while initialising the connection ? For example, below is my `db.options` ```` config.db.options = { db:...
I'm starting the **qjobs** when the server starts. And adding jobs on specific triggers, but the jobs aren't running automatically. I had to call `q.run()` to run the jobs.
This is not an issue instead it's a feature. `onJobError` should be emitted when the job fails.