Troy J. Farrell
Troy J. Farrell
Upload works on Firefox and Chrome on Android 8. Upload does not work on Safari on iOS 11.
Actually, I was wrong. It does not work on the mobile browsers at all. It seems that the menu item has a bug in the event handling, likely in [ember-paper](https://github.com/mnutt/ember-paper)....
The Travis CI builds failed because `dbmigrate` refers to features which are not in the current `dbmigrate-lib` crate (but are added by this change.) Do we need to stage the...
I have not tried to build [rusqlcipher](https://github.com/mikelodder7/rusqlcipher) on all three platforms. The build script has support for Windows and Linux and likely works on macOS. The underlying library (SQLCipher) supports...
I will add this to Travis CI. `rusqlcipher` conflicts with `rusqlite`, so the steps are non-trivial. The steps will be something like this: ```yaml script: - cd dbmigrate-lib && cargo...
I just noticed that jgallagher/rusqlite#219 is about adding SQLCipher support to rusqlite. I'll need a few days to evaluate the best way for dbmigrate to support SQLCipher, whether through rusqlite,...
(I'm speaking with respect to Debian and Ubuntu Linux. I am not testing Windows or macOS.) [rusqlite](https://github.com/jgallagher/rusqlite) can be built with the `sqlcipher` feature which configures the `libsqlite3-sys` crate to...
The TravisCI builds failed on account of dbmigrate-lib not supporting the "sqlcipher_support" feature in the released versions. How do you want to handle this?
I'm not sure why the [current TravisCI builds](https://travis-ci.org/Keats/dbmigrate/builds/433021233) are not linking with the SQLCipher library. (It works on my development machine.) I'll have to think about this.
It's a *feature* of Ubuntu 14.04: https://bugs.launchpad.net/ubuntu/+source/sqlcipher/+bug/1493928 We should be able to document it and work around it with environmental variables.