@brody4hire - C. Jonathan Brody

Results 311 comments of @brody4hire - C. Jonathan Brody

> `npx stryker run -m not-exists.js`. Using `-m ''` works for me on macOS, at least: ```console brodybits@brodybits-mini-mac-book xmldom % npx stryker run -m '' --reporters progress 16:34:07 (19982) INFO...

> how do you fix this on Android? Any Ideas I recommend rebuilding NDK (*.so) libraries from and copying them into `src/android-native/libs`. The default `master` branch contains FTS5, R-Tree, REGEXP,...

@jdanbrown if you use custom sqlite lib, I would recommend you remove all references to `libSQLite.a` that you see in [`master/src/ios/SQLite.xcodeproj/project.pbxproj`](https://github.com/andpor/react-native-sqlite-storage/blob/master/src/ios/SQLite.xcodeproj/project.pbxproj). I think it *is* desired to rebuild NDK library...

My apologies for the delay. The trick for me was to use android-ndk version 16b (I think) to keep the old armeabi support. (I did already make a note on...

I am actually working on a new update based on a recent version of [`cordova-sqlite-storage`](https://www.npmjs.com/package/cordova-sqlite-storage). I hope to have it ready within the next few days or so. I am...

I just posted the following project that uses SQLite 3.26.0 to support the transaction-based SQLite functionality on Android and iOS: It is based on a very recent release of [`cordova-sqlite-storage`](https://www.npmjs.com/package/cordova-sqlite-storage),...

@AndreasKlein I am not actively supporting this project, I made to support SQLite updates on React Native. I raised to support JSON1 on that project. I hope to do this...

Guys it looks like @matrosov-nikita contributed a nice set of typings for DefinitelyTyped in and I am thinking to integrate into the cordova-sqlite-storage plugin project that this project was based...

I recommend you follow up with us here: https://github.com/apache/cordova-discuss/issues Unfortunately we are not in a position to promise any timelines as an essentially all-volunteer project. Yeah I think it would...