Kamalakannan Jayaraman
Kamalakannan Jayaraman
In my custom Application Class, I'm actually using ActiveAndroid's configuration builder and setting the DB Version as like `configurationBuilder.setDatabaseVersion(2);` and in my AndroidManifest.xml also I have defined `AA_DB_VERSION` metadata as...
*\* UPDATE TO PREVIOUS COMMENT: ** Oh my god, I never expected this could be an issue. Really wondering how those awesome developers who developed ActiveAndroid missed this thing.. My...
@Edgpaez If you see my "stryker config", I have given `"tempDirName": "stryker-tmp"`, but still no luck. And I'm using jasmine, not jest.
Sure @nicojs , I will try it and update here.
@nicojs I tried it, it's still not working. You can try it here, https://github.com/sincerekamal/stryker-test
@nicojs did you get chance to look at that ?
Thanks a lot @nicojs , let me try it and will update you. Thanks for spending your time on this !!
I'm calling `q.run()` when i start the server itself.
```` const qjobs = require('qjobs'); // My non blocking main job var myJob = async function (args, next) { try { console.log("job running"); next(); } catch (error) { console.log(error, JSON.stringify(error,...