xyfir
xyfir
Fixes #95 Not sure if this is the proper solution but it fixed my issue.
Attempting to build causes this error:  RN 0.64.3 Expo 44 xcode 13.1 This started happening after upgrading Expo from v43 to v44. If I uninstall `react-native-rate`, the app builds.
Having a few issues getting this working with Authy. It works with Google Authenticator no problem. If I have Authenticator and Authy scan the same QR code they'll give me...
Something like webpack's `output.filename` so we can set a string like `'[name].[hash].[ext]'` or a function.
Given the introduction of "small" and "big" word lists in [v3.1.0](https://github.com/Xyfir/rword/releases/tag/3.1.0), I'd like to decrease the size of the "small" word list from ~129k words to 100k at most, and...
This occasionally pops up in my error logs: ``` Error: 139783281137472:error:142090FC:SSL routines:tls_early_post_process_client_hello:unknown protocol:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1638: Error: 139783281137472:error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1663 ``` Everything appears to work but clearly some clients are having issues....
@maxlath @noinkling @EdJoPaTo In the meantime, you should push a new version without the ` types` key in `package.json` so as not to give people bad types automatically.
Edit: see the mentioned issue below
- Methods for each command: `calibre.db.*`, `calibre.ebookConvert`, etc - `calibre.db.add()` - #8 Among returned data, supply array of duplicate books - Improve error checking by looking at the command's output...
Support using `child_process.spawn()`, and potentially replace `child_process.exec()` entirely with `child_process.spawn()`.